zhangyuewww vor 2 Jahren
Ursprung
Commit
c8d83172ce

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

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