Commit 1c57f4f7829c54668ccb5ba6f3ada0b2fbbf8ed5

Authored by 潘钊
1 parent ab222599

人员配置,忽略作废的...

src/main/java/com/bsth/server_ws/WebServiceProxy.java
@@ -200,7 +200,7 @@ public class WebServiceProxy implements CommandLineRunner { @@ -200,7 +200,7 @@ public class WebServiceProxy implements CommandLineRunner {
200 } 200 }
201 201
202 public void refreshData() { 202 public void refreshData() {
203 - List<Map<String, Object>> list = jdbcTemplate.queryForList("select p.JOB_CODE,L.LINE_CODE from bsth_c_s_ecinfo c left join bsth_c_personnel p on c.jsy=p.id left join bsth_c_line L on c.xl=L.id"); 203 + List<Map<String, Object>> list = jdbcTemplate.queryForList("select p.JOB_CODE,L.LINE_CODE from bsth_c_s_ecinfo c left join bsth_c_personnel p on c.jsy=p.id left join bsth_c_line L on c.xl=L.id where c.is_cancel=0 ");
204 Map<String, String> plMap = new HashMap<>(); 204 Map<String, String> plMap = new HashMap<>();
205 for (Map<String, Object> map : list) { 205 for (Map<String, Object> map : list) {
206 try { 206 try {