@ -28,7 +28,7 @@ public class ConstantStatus {
public static final Integer ORDER_STATS_ERROR = 4;
/**
* 校验成功待交接
* 待核对
*/
public static final Integer ORDER_STATUS_CHECK_SUCCESS = 5;
@ -39,7 +39,7 @@ public class ConstantStatus {
* 已交接待审核
* 待审核
public static final Integer ORDER_STATUS_CHECK_REW = 10;
@ -9,5 +9,6 @@ public class SyncDataBustypeEntity {
private String action;
private String name;
private boolean outChange;
private Integer orderStatus; //单据状态
}
@ -1,6 +1,6 @@
spring:
profiles:
active: pro
active: dev
jmx:
enabled: false
@ -111,6 +111,8 @@ CALL Pro_Temp_ColumnWork('sup_product', 'allowNoSerial', 'tinyint', 1);
CALL Pro_Temp_ColumnWork('inv_remind_msg', 'remindCount', 'int', 1);
CALL Pro_Temp_ColumnWork('sup_cert_remind_msg', 'remindCount', 'int', 1);
CALL Pro_Temp_ColumnWork('sync_data_bustypes', 'orderStatus', 'tinyint', 1);