配件成倍、多工序组、sql语句修正

This commit is contained in:
lym
2024-06-21 11:57:07 +08:00
parent 9053616222
commit 4fdceb11c4
18 changed files with 170 additions and 131 deletions
@@ -8,4 +8,6 @@ package com.cf.imes.module.manage.enums;
public interface DictTypeConstants {
String SYNTHESIS_TYPE = "synthesisType";//加工组类型
String PLATE_TEXTURE = "product_manger_texture_type";// 板件纹路
}
@@ -1,7 +1,6 @@
package com.cf.imes.module.manage.service.plate;
import cn.hutool.core.collection.CollUtil;
import com.cf.imes.framework.common.exception.ServiceException;
import com.cf.imes.framework.common.exception.util.ServiceExceptionUtil;
import com.cf.imes.framework.common.pojo.CommonResult;
import com.cf.imes.framework.organ.core.context.OrganContextHolder;