|
@@ -658,7 +658,7 @@ public class QualityInspectionManagementServiceImpl extends ServiceImpl<QualityI
|
|
|
netWeight = netWeight + (paymentManagement1.getPureWeight() != null ? paymentManagement1.getPureWeight() : 0f);
|
|
|
}
|
|
|
}
|
|
|
- if ((netWeight + qualityInspectionManagement1.getNetWeight())/1000 > 500) {
|
|
|
+ if ((netWeight + qualityInspectionManagement1.getNetWeight())/1000 > 300) {
|
|
|
throw new RuntimeException("客户" + qualityInspectionManagement1.getCustomerName() + "超出销售上限");
|
|
|
}
|
|
|
}
|