瀏覽代碼

“修改”

zx 2 年之前
父節點
當前提交
298f6d4252

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

@@ -490,7 +490,7 @@
     LEFT JOIN RMS_CAPACITY rc
     ON oic.CAPACITY_ID = rc.CAPACITY_ID
     WHERE oic.INSTRUCTIONS_ID = #{instructionsId}
-    AND oic.DELETED=0)
+    AND oic.DELETED=0 and oic.DELETED = 3)
     <where>
       <if test="capacityName!= null">
         and

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

@@ -499,7 +499,6 @@
            LEFT JOIN RMS_CAPACITY rc
                      ON rc.CAPACITY_ID = oic.CAPACITY_ID
     WHERE tsl.DELETED = 0 and tlsr.DELETED = 0 and ada.DELETED=0 and oic.DELETED=0 and osi.DELETED=0
-
   </select>
 
   <select id="selectShipLocation" parameterType="DECIMAL" resultType="java.util.Map">

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

@@ -505,7 +505,7 @@
         LEFT JOIN TMSSHIP_LOAD_SHIP_RESULT tlsr
         ON tlsr.TOTAL_RESULT_ID = ttr.RESULT_ID
         WHERE tusr.DELETED = 0 and tlsr.DELETED=0 and ada.DELETED=0
-        and osi.DELETED=0 and oic.DELETED=0
+        and osi.DELETED=0 and oic.DELETED!=1
         )
         <where>
             <if test="con!=null">