Browse Source

sql 修改同步时间

hella_online_20241011
陈薪名 10 months ago
parent
commit
d127df614a
  1. 1
      sql/release_202405/scp_202405.sql
  2. 3
      sql/release_202405/wms_202405.sql

1
sql/release_202405/scp_202405.sql

@ -488,3 +488,4 @@ ALTER TABLE export_supplier_apbalance_detail ADD COLUMN tt_eff_date_first dateti
-- 增加采收收货缺货生成记录功能
alter table `record_purchasereceipt_main` add `purchasereturn_record_flag` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'FALSE' COMMENT '是否已生成缺货退货记录';
alter table `record_purchasereceipt_main` add `purchasereturn_record_msg` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT null COMMENT '生成缺货退货记录异常信息';
-- 以上同步2024-09-27 17:00

3
sql/release_202405/wms_202405.sql

@ -3009,4 +3009,5 @@ INSERT INTO `label_barcode` (`id`, `master_id`, `label_type`, `code`, `name`, `d
INSERT INTO `label_barcode` (`id`, `master_id`, `label_type`, `code`, `name`, `description`, `order`, `length`, `prefix_lenght`, `prefix_char`, `entity_properties`, `trim_end`, `is_encypt`, `encypt_method`, `deleted`, `tenant_id`, `create_time`, `creator`, `updater`, `update_time`) VALUES (null, 1688840868044877825, 'PurchaseLabel', 'toLocationCode', '来源库位', '来源库位', 1, 0, 0, 'C', 'ToLocationCode', '0', 'FALSE', NULL, b'0', 2, '2023-10-27 09:21:55', '1', '', '2024-09-25 14:11:05');
INSERT INTO `label_barcode` (`id`, `master_id`, `label_type`, `code`, `name`, `description`, `order`, `length`, `prefix_lenght`, `prefix_char`, `entity_properties`, `trim_end`, `is_encypt`, `encypt_method`, `deleted`, `tenant_id`, `create_time`, `creator`, `updater`, `update_time`) VALUES (null, 1688840868044877852, 'PurchaseLabel', 'toLocationCode', '来源库位', '来源库位', 1, 0, 0, 'C', 'ToLocationCode', '0', 'FALSE', NULL, b'0', 3, '2023-10-27 09:21:55', '1', '', '2024-09-25 14:11:05');
INSERT INTO `label_barcode` (`id`, `master_id`, `label_type`, `code`, `name`, `description`, `order`, `length`, `prefix_lenght`, `prefix_char`, `entity_properties`, `trim_end`, `is_encypt`, `encypt_method`, `deleted`, `tenant_id`, `create_time`, `creator`, `updater`, `update_time`) VALUES (null, 1688840868044877846, 'MakeLabel', 'toLocationCode', '来源库位', '来源库位', 1, 0, 0, 'C', 'ToLocationCode', '0', 'FALSE', NULL, b'0', 2, '2023-10-27 09:21:55', '1', '', '2024-07-19 14:38:56');
INSERT INTO `label_barcode` (`id`, `master_id`, `label_type`, `code`, `name`, `description`, `order`, `length`, `prefix_lenght`, `prefix_char`, `entity_properties`, `trim_end`, `is_encypt`, `encypt_method`, `deleted`, `tenant_id`, `create_time`, `creator`, `updater`, `update_time`) VALUES (null, 1688840868044877854, 'MakeLabel', 'toLocationCode', '来源库位', '来源库位', 1, 0, 0, 'C', 'ToLocationCode', '0', 'FALSE', NULL, b'0', 3, '2023-10-27 09:21:55', '1', '', '2024-07-19 14:38:56');
INSERT INTO `label_barcode` (`id`, `master_id`, `label_type`, `code`, `name`, `description`, `order`, `length`, `prefix_lenght`, `prefix_char`, `entity_properties`, `trim_end`, `is_encypt`, `encypt_method`, `deleted`, `tenant_id`, `create_time`, `creator`, `updater`, `update_time`) VALUES (null, 1688840868044877854, 'MakeLabel', 'toLocationCode', '来源库位', '来源库位', 1, 0, 0, 'C', 'ToLocationCode', '0', 'FALSE', NULL, b'0', 3, '2023-10-27 09:21:55', '1', '', '2024-07-19 14:38:56');
-- 以上同步2024-09-27 17:00
Loading…
Cancel
Save