Commit b31ce2f3 authored by chenying's avatar chenying

6.14修改线路接口传值,公司名改为公司编号

parent 4b799ee6
...@@ -917,7 +917,7 @@ public class CircuitController { ...@@ -917,7 +917,7 @@ public class CircuitController {
map.put("createTime",time); map.put("createTime",time);
map.put("remark",addCircuitVo.getRemark()); map.put("remark",addCircuitVo.getRemark());
map.put("counts",addCircuitVo.getAddressVoList()== null ? 2 : addCircuitVo.getAddressVoList().size()+2); map.put("counts",addCircuitVo.getAddressVoList()== null ? 2 : addCircuitVo.getAddressVoList().size()+2);
map.put("companyName",user.getCompanyName()); map.put("companyNo",user.getCompanyNo());
map.put("countryVar",countryVar); map.put("countryVar",countryVar);
map.put("cityVar",cityVar); map.put("cityVar",cityVar);
map.put("addressDetailVar",addressDetailVar); map.put("addressDetailVar",addressDetailVar);
...@@ -1141,7 +1141,7 @@ public class CircuitController { ...@@ -1141,7 +1141,7 @@ public class CircuitController {
map.put("transportationType",addCircuitVo.getTransportationType()); map.put("transportationType",addCircuitVo.getTransportationType());
map.put("createTime",time); map.put("createTime",time);
map.put("remark",addCircuitVo.getRemark()); map.put("remark",addCircuitVo.getRemark());
map.put("companyName",user.getCompanyName()); map.put("companyNo",user.getCompanyNo());
map.put("counts",2); map.put("counts",2);
map.put("countryVar",countryVar); map.put("countryVar",countryVar);
map.put("cityVar",cityVar); map.put("cityVar",cityVar);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment