parent
27d0fbcccf
commit
1303054865
|
@ -416,7 +416,7 @@ public class HotworkCfdServiceImpl implements HotworkCfdService {
|
||||||
condition.put("TYPE", "1");
|
condition.put("TYPE", "1");
|
||||||
// 项目主管部门需处理数
|
// 项目主管部门需处理数
|
||||||
List<PageData> _belongingList = busHotworkCfdExamineMapper.findByCondition(condition);
|
List<PageData> _belongingList = busHotworkCfdExamineMapper.findByCondition(condition);
|
||||||
List belongList = new ArrayList();
|
List<PageData> belongList = new ArrayList<>();
|
||||||
for (PageData x : _belongingList) {
|
for (PageData x : _belongingList) {
|
||||||
PageData condition1 = new PageData();
|
PageData condition1 = new PageData();
|
||||||
condition1.put("HOTWORK_ID", x.get("HOTWORK_ID"));
|
condition1.put("HOTWORK_ID", x.get("HOTWORK_ID"));
|
||||||
|
|
|
@ -57,7 +57,7 @@ spring.main.banner-mode=off
|
||||||
|
|
||||||
preventionxgf.api.url=http://192.168.192.201:8993/qa-prevention-xgf/
|
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/
|
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
|
smb.host=192.168.192.201
|
||||||
|
|
Loading…
Reference in New Issue