常数时间修改

parent c561b222
......@@ -993,7 +993,7 @@ public class LanuchServiceImpl implements LanuchService {
private void validateProcessDurationLimit(ProdLaunchOrder prodOrderMain,
RoutingDetail detail,
List<RoutingDetailEquip> routingDetailEquip) {
if (prodOrderMain == null || detail == null || prodOrderMain.getQuantity() <= 0) {
if (prodOrderMain == null || detail == null || detail.getConstTime() == 1 || prodOrderMain.getQuantity() <= 0) {
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment