zhangyuewww 1 rok pred
rodič
commit
aae875debe

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/ContractManagementInfoServiceImpl.java

@@ -3271,7 +3271,7 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
                             .eq("delete_flag", "0")
                             .eq("task_type_key", "3")
                             .eq("task_status_key", "5")
-                            .eq("in_out_flag", "1")
+                            .eq("in_out_flag", "2")
                             .eq("move_task_no", contractNo));
                     if (inOutWarehouseTask != null) {
                         ContractManagementInfo contractManagementInfo1 = new ContractManagementInfo();