executor模块查询新增组织ID,删除排单接口逻辑修改

This commit is contained in:
liuzhaotian
2024-06-14 15:46:25 +08:00
parent e8e2052be6
commit 350c6c940a
41 changed files with 350 additions and 360 deletions
@@ -9,9 +9,9 @@ import lombok.Getter;
public enum ProcessProcessingTypeEnum {
COMPONENTPROCESSING(7L,"组件加工");
COMPONENTPROCESSING(7,"组件加工");
private Long number;
private Integer number;
private String fabricatedItem;
public boolean equals(Integer number) {