|
|
|
@ -274,4 +274,12 @@ VALUES (2090, 0, '更新第三方产品信息是否选入耗材字典', 'update_
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('basic_bussiness_type', 'checkWebNewType', 'tinyint', 1);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('device_repair_order', 'inspectUser', 'varchar(255)', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('device_repair_order', 'inspectUser', 'varchar(255)', 1);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('inv_product_detail', 'price', 'decimal(10, 2)', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('inv_pre_product_detail', 'price', 'decimal(10, 2)', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('inv_prein_product_detail', 'price', 'decimal(10, 2)', 1);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('inv_product_detail', 'outFlag', 'tinyint', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('inv_pre_product_detail', 'outFlag', 'tinyint', 1);
|
|
|
|
|
CALL Pro_Temp_ColumnWork('inv_prein_product_detail', 'outFlag', 'tinyint', 1);
|
|
|
|
|