Browse Source

质检yanshou

mengy 5 years ago
parent
commit
a126ef0de0

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

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