mengy лет назад: 5
Родитель
Сommit
a126ef0de0

+ 2 - 2
src/main/java/com/chinaitop/depot/storage/mapper/StorageQualitycheckMapper.xml

@@ -1567,9 +1567,9 @@
1567 1567
       <if test="checkTimeType != null" >
1568 1568
         check_time_type = #{checkTimeType,jdbcType=VARCHAR},
1569 1569
       </if>
1570
-      <if test="checkResultTime != null" >
1570
+
1571 1571
         check_result_time = #{checkResultTime,jdbcType=TIMESTAMP},
1572
-      </if>
1572
+
1573 1573
       <if test="storeQuality != null" >
1574 1574
         store_quality = #{storeQuality,jdbcType=VARCHAR},
1575 1575
       </if>