|
|
@ -1,4 +1,4 @@ |
|
|
|
package com.win.module.wms.until.job; |
|
|
|
package com.win.module.wms.util; |
|
|
|
|
|
|
|
import cn.hutool.core.exceptions.UtilException; |
|
|
|
import cn.hutool.json.JSONObject; |
|
|
@ -278,7 +278,7 @@ public class JobUtils { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if (ifInType == true) { |
|
|
|
if (ifInType) { |
|
|
|
return true; |
|
|
|
} else { |
|
|
|
throw new UtilException("物料类型" + pitemCode + "的类型" + itembasicDO.getType() + " 与业务类型" + businesstypeDO.getName() |
|
|
@ -296,7 +296,7 @@ public class JobUtils { |
|
|
|
ifInType = true; |
|
|
|
} |
|
|
|
} |
|
|
|
if (ifInType == true) { |
|
|
|
if (ifInType) { |
|
|
|
return true; |
|
|
|
} else { |
|
|
|
throw new UtilException("物料类型" + pitemType + " 与业务类型" + businesstypeDO.getName() + "的物料类型" + businesstypeDO.getItemTypes() +"不一致"); |