切换分支备份

workplace
anthonywj 11 months ago
parent 147c9f3fa9
commit acc2afebdf

@ -323,6 +323,11 @@ public class IoOrderEntity {
*/
@TableField(value = "workPlaceCode")
private String workPlaceCode;
/**
* 1:;2:
*/
@TableField(value = "productType")
private Integer productType;
}

@ -4048,9 +4048,6 @@ CREATE TABLE IF NOT EXISTS `io_split_code_detail`
CALL Pro_Temp_ColumnWork('pur_receive', 'productType',
' tinyint NULL DEFAULT NULL COMMENT ''产品类型(1.耗材2.药品)''',
1);
@ -4067,3 +4064,8 @@ CALL Pro_Temp_ColumnWork('pur_plan', 'productType',
CALL Pro_Temp_ColumnWork('pur_order', 'productType',
' tinyint NULL DEFAULT NULL COMMENT ''产品类型(1.耗材2.药品)''',
1);
CALL Pro_Temp_ColumnWork('io_order', 'productType',
' tinyint NULL DEFAULT NULL COMMENT ''产品类型(1.耗材2.药品)''',
1);

Loading…
Cancel
Save