未排单,排单管理Sonar代码检查问题修改

This commit is contained in:
liuzhaotian
2024-10-22 17:09:10 +08:00
parent f191dc5759
commit 603bd88469
22 changed files with 619 additions and 585 deletions
@@ -315,6 +315,7 @@ public class ErrorCodeConstants {
public static final ErrorCode ORDER_PACK_ERROR = new ErrorCode(1_002_041_018, "当前生产单信息有误,请重新选择包裹");
public static final ErrorCode ORDER_PACK_DATA_ERROR = new ErrorCode(1_002_041_019, "当前包裹信息有误,请重新选择包裹");
public static final ErrorCode PLAN_BODY_DATA_ERROR = new ErrorCode(1_002_041_019, "当前排单的生产单对应的柜体数据异常,请查看柜体数据或联系客服");
public static final ErrorCode CREATE_PLAN_DATA_ERROR = new ErrorCode(1_002_041_020, "排单优化数据异常,请重新进行优化或者删除排单然后重新创建排单");