luobang преди 2 години
родител
ревизия
3f4fe4809c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/TmstruckWeightResultMapper.xml

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/TmstruckWeightResultMapper.xml

@@ -1045,7 +1045,7 @@
         update OMSTRUCK_ORDER_MATERIAL OOM
         SET OOM.ORDER_MATERIAL_NUMBER = #{goodNum}
         <if test="newWeight != null">
-            , and OOM.ORDER_MATERIAL_WEIGHT = #{newWeight}
+            ,  OOM.ORDER_MATERIAL_WEIGHT = #{newWeight}
         </if>
         WHERE OOM.ORDER_ID = #{orderId}
         and OOM.MATERIAL_ID = #{materialId}