|
@@ -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;
|
|
|
}
|