单据类型修改

master
anthonywj 2 years ago
parent 64eddc467e
commit e5cb4011ee

@ -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);

Loading…
Cancel
Save