mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
bug修改异形板数2
This commit is contained in:
+4
-2
@@ -232,13 +232,15 @@ public class ExcelTypeRealize {
|
|||||||
|
|
||||||
});
|
});
|
||||||
orderGroupDO.setPlateNum(plateCountByCombination[0].intValue());
|
orderGroupDO.setPlateNum(plateCountByCombination[0].intValue());
|
||||||
if (orderGroupDO.getName() != null && orderGroupDO.getName().trim().isEmpty()) {
|
if (orderGroupDO.getName() != null && !orderGroupDO.getName().trim().isEmpty()) {
|
||||||
orderGroupDOS.add(orderGroupDO);
|
orderGroupDOS.add(orderGroupDO);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
orderBodyDO.setPlateNum(Integer.valueOf(plateCountByCabinetName[0].intValue()));
|
orderBodyDO.setPlateNum(Integer.valueOf(plateCountByCabinetName[0].intValue()));
|
||||||
orderBodyDOS.add(orderBodyDO);
|
if (orderBodyDO.getName() != null && !orderBodyDO.getName().trim().isEmpty()) {
|
||||||
|
orderBodyDOS.add(orderBodyDO);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user