mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
配件成倍、多工序组、sql语句修正
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ public class ProcessGroupServiceImpl implements ProcessGroupService {
|
||||
|
||||
// 判断是否在生产中使用这个加工组
|
||||
private void checkProcessGroupUsed(Long id) {
|
||||
if (orderProcessApi.getOrderProcessByProcessGroupId(id) != null){
|
||||
if (orderProcessApi.getOrderProcessByProcessGroupId(id).getData()){
|
||||
throw exception(PROCESS_GROUP_USED);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user