zhangyuewww 2 年之前
父节点
当前提交
a48335e2c2

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

@@ -3009,7 +3009,7 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
                     .eq("comp_id", compId)
                     .eq("contract_type", "3")
                     .eq("status_flag", "1")
-                    .eq("delete_flag", "0")
+                    .eq("delete_flag", "0").eq("contract_no",contractNo)
                     .orderBy("update_date", false));
                 if (contractManagementInfo!=null){
                     ContractGoodsInfo contractGoodsInfo = contractGoodsInfoService.selectOne(new EntityWrapper<ContractGoodsInfo>()