From 31c32bf1d55b52fa612b1878d8914dd0c05fb737 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 20 五月 2025 08:21:35 +0800 Subject: [PATCH] no message --- /dev/null | 25 ------------------------- rsf-server/src/main/resources/application-dev.yml | 2 +- 2 files changed, 1 insertions(+), 26 deletions(-) diff --git a/rsf-server/src/main/java/basDevice.sql b/rsf-server/src/main/java/basDevice.sql deleted file mode 100644 index 1c107e3..0000000 --- a/rsf-server/src/main/java/basDevice.sql +++ /dev/null @@ -1,25 +0,0 @@ --- save basDevice record --- mysql -insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.basDevice', '0', '/manager/basDevice', 'basDevice', '0' , '0', '1' , '1'); - -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 鍩虹璁惧琛�', '', '1', 'manager:basDevice:list', '0', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 鍩虹璁惧琛�', '', '1', 'manager:basDevice:save', '1', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 鍩虹璁惧琛�', '', '1', 'manager:basDevice:update', '2', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 鍩虹璁惧琛�', '', '1', 'manager:basDevice:remove', '3', '1', '1'); - --- locale menu name -basDevice: 'BasDevice', - --- locale field -basDevice: { - deviceNo: "deviceNo", - inEnable: "inEnable", - outEnable: "outEnable", - origin: "origin", -}, - --- ResourceContent -import basDevice from './basDevice'; - -case 'basDevice': - return basDevice; diff --git a/rsf-server/src/main/java/basStation.sql b/rsf-server/src/main/java/basStation.sql deleted file mode 100644 index 12a7aa4..0000000 --- a/rsf-server/src/main/java/basStation.sql +++ /dev/null @@ -1,33 +0,0 @@ --- save basStation record --- mysql -insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.basStation', '0', '/manager/basStation', 'basStation', '0' , '0', '1' , '1'); - -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 绔欑偣淇℃伅', '', '1', 'manager:basStation:list', '0', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 绔欑偣淇℃伅', '', '1', 'manager:basStation:save', '1', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 绔欑偣淇℃伅', '', '1', 'manager:basStation:update', '2', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 绔欑偣淇℃伅', '', '1', 'manager:basStation:remove', '3', '1', '1'); - --- locale menu name -basStation: 'BasStation', - --- locale field -basStation: { - stationName: "stationName", - inAble: "inAble", - outAble: "outAble", - useStatus: "useStatus", - area: "area", - isCrossZone: "isCrossZone", - crossZoneArea: "crossZoneArea", - isWcs: "isWcs", - wcsData: "wcsData", - containerType: "containerType", - barcode: "barcode", - autoTransfer: "autoTransfer", -}, - --- ResourceContent -import basStation from './basStation'; - -case 'basStation': - return basStation; diff --git a/rsf-server/src/main/java/locItem.sql b/rsf-server/src/main/java/locItem.sql deleted file mode 100644 index d4ac114..0000000 --- a/rsf-server/src/main/java/locItem.sql +++ /dev/null @@ -1,40 +0,0 @@ --- save locItem record --- mysql -insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.locItem', '0', '/manager/locItem', 'locItem', '0' , '0', '1' , '1'); - -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 搴撳瓨淇℃伅', '', '1', 'manager:locItem:list', '0', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 搴撳瓨淇℃伅', '', '1', 'manager:locItem:save', '1', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 搴撳瓨淇℃伅', '', '1', 'manager:locItem:update', '2', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 搴撳瓨淇℃伅', '', '1', 'manager:locItem:remove', '3', '1', '1'); - --- locale menu name -locItem: 'LocItem', - --- locale field -locItem: { - locId: "locId", - locCode: "locCode", - orderId: "orderId", - type: "type", - orderItemId: "orderItemId", - wkType: "wkType", - matnrId: "matnrId", - maktx: "maktx", - matnrCode: "matnrCode", - trackCode: "trackCode", - unit: "unit", - anfme: "anfme", - qty: "qty", - workQty: "workQty", - batch: "batch", - splrBatch: "splrBatch", - spec: "spec", - model: "model", - fieldsIndex: "fieldsIndex", -}, - --- ResourceContent -import locItem from './locItem'; - -case 'locItem': - return locItem; diff --git a/rsf-server/src/main/java/qlyInspectResult.sql b/rsf-server/src/main/java/qlyInspectResult.sql deleted file mode 100644 index b95aa72..0000000 --- a/rsf-server/src/main/java/qlyInspectResult.sql +++ /dev/null @@ -1,25 +0,0 @@ --- save qlyInspectResult record --- mysql -insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.qlyInspectResult', '0', '/manager/qlyInspectResult', 'qlyInspectResult', '0' , '0', '1' , '1'); - -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 璐ㄦ缁撴灉', '', '1', 'manager:qlyInspectResult:list', '0', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 璐ㄦ缁撴灉', '', '1', 'manager:qlyInspectResult:save', '1', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 璐ㄦ缁撴灉', '', '1', 'manager:qlyInspectResult:update', '2', '1', '1'); -insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 璐ㄦ缁撴灉', '', '1', 'manager:qlyInspectResult:remove', '3', '1', '1'); - --- locale menu name -qlyInspectResult: 'QlyInspectResult', - --- locale field -qlyInspectResult: { - isptId: "isptId", - isptItemId: "isptItemId", - anfme: "anfme", - isptResult: "isptResult", -}, - --- ResourceContent -import qlyInspectResult from './qlyInspectResult'; - -case 'qlyInspectResult': - return qlyInspectResult; diff --git a/rsf-server/src/main/resources/application-dev.yml b/rsf-server/src/main/resources/application-dev.yml index 19cef04..203032b 100644 --- a/rsf-server/src/main/resources/application-dev.yml +++ b/rsf-server/src/main/resources/application-dev.yml @@ -14,7 +14,7 @@ driver-class-name: com.mysql.jdbc.Driver # url: jdbc:mysql://47.76.147.249:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai username: root - url: jdbc:mysql://192.168.4.50:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai + url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai # username: rsf password: 34821015 type: com.alibaba.druid.pool.DruidDataSource -- Gitblit v1.9.1