diff --git a/2024/南网租赁平台/user_20240712.sql b/2024/南网租赁平台/user_20240712.sql index cdfa74e..6e548a0 100644 --- a/2024/南网租赁平台/user_20240712.sql +++ b/2024/南网租赁平台/user_20240712.sql @@ -1,5 +1,4 @@ ---任务:南网施工装备一体化数据推送开发 ---详情:为出租方添加菜单"仓储推送装备管理" +--任务:南网施工装备一体化数据推送开发,为出租方添加菜单"仓储推送装备管理" INSERT INTO service_user.resource (id, platform_id, type, name, pid, system_default, url, level, owner, order_num, created, updated, yn, code, icon, target, html_code, status, route_url) VALUES (167792, 20, 'menu', '仓储推送装备管理', 3000077, 0, '#/sgzblease/shop-view/goods/push-device-management', 2, 'seller', 5, '2022-05-05 10:21:42', null, 1, 3000084, null, '1', '1', 1, null); diff --git a/2024/重庆机具/sgzb_20240716.sql b/2024/重庆机具/sgzb_20240716.sql index 9acaeb4..f790130 100644 --- a/2024/重庆机具/sgzb_20240716.sql +++ b/2024/重庆机具/sgzb_20240716.sql @@ -1,5 +1,5 @@ --任务:添加 费用承担方 字段 ---详情: + alter table lease_apply_info add cost_bearing_party varchar(255) null comment '费用承担方'; diff --git a/readme.docx b/readme.docx index f2a2372..d1766f8 100644 Binary files a/readme.docx and b/readme.docx differ