zhangyuewww 3 年之前
父節點
當前提交
888070ed09

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

@@ -203,6 +203,7 @@ public class QualityInspectionManagementServiceImpl extends ServiceImpl<QualityI
         Integer count=paymentManagementService.selectCount(new EntityWrapper<PaymentManagement>()
         .eq("comp_id",qualityInspectionManagement.getCompId())
         .eq("customer_name",qualityInspectionManagement.getCustomerName())
+        .eq("goods_name",qualityInspectionManagement.getGoodsName())
         .eq("status_flag","1"));
         return count;
     }