Browse Source

更新研发库

master
CODE 1 year ago
parent
commit
9042e9517b
  1. 2
      .gitignore
  2. 3
      api/.vscode/launch.json
  3. 2
      script/1.0.0/schema/4.create_patrol_record.sql
  4. 3
      weapp/project.config.json

2
.gitignore

@ -150,3 +150,5 @@ web/log
# weapp
project.private.config.json
miniprogram_npm
web/log/development.txt
api/log/development.log

3
api/.vscode/launch.json

@ -16,7 +16,8 @@
"-p 4900",
//
// "-g postgres://FashionAdmin:123456@10.8.30.39:5432/Inspection",
"-g postgres://postgres:123456@10.8.16.184:5432/XunJian",
"-g postgres://FashionAdmin:123456@10.8.30.39:5432/Inspection_20231016",
// "-g postgres://postgres:123456@10.8.16.184:5432/XunJian",
// "-g postgres://FashionAdmin:123456@10.8.30.156:5432/inspection",
//
// "--apiEmisUrl http://10.8.30.161:1111",

2
script/1.0.0/schema/4.create_patrol_record.sql

@ -6,7 +6,7 @@ create table patrol_record
inspection_time timestamp,
points jsonb,
alarm boolean default false not null,
point_id int,
point_id int
);
comment on column patrol_record.patrol_plan_id is '对应巡检计划的id';

3
weapp/project.config.json

@ -42,7 +42,8 @@
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"condition": false
},
"compileType": "miniprogram",
"libVersion": "2.19.4",

Loading…
Cancel
Save