1、定位系统端口更新

2、代码根式化
liujun0703-新项目开发
liujun 2024-05-10 18:57:45 +08:00
parent 27d0fbcccf
commit 1303054865
2 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ public class HotworkCfdServiceImpl implements HotworkCfdService {
condition.put("TYPE", "1");
// 项目主管部门需处理数
List<PageData> _belongingList = busHotworkCfdExamineMapper.findByCondition(condition);
List belongList = new ArrayList();
List<PageData> belongList = new ArrayList<>();
for (PageData x : _belongingList) {
PageData condition1 = new PageData();
condition1.put("HOTWORK_ID", x.get("HOTWORK_ID"));

View File

@ -57,7 +57,7 @@ spring.main.banner-mode=off
preventionxgf.api.url=http://192.168.192.201:8993/qa-prevention-xgf/
qa-regulatory-gwj.api.url=http://192.168.192.201:8092/qa-regulatory-gwj/
dw.url=http://192.168.192.201:8888/qa-dingWei-gwj/
dw.url=http://192.168.192.201:8887/qa-dingWei-gwj/
#?????
smb.host=192.168.192.201