Commit 2c1fbf3f01d491d787fb7dfb830e675b2a6da19b
1 parent
ef532209
mcy
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/com/bsth/service/forms/impl/FormsServiceImpl.java
| ... | ... | @@ -525,7 +525,8 @@ public class FormsServiceImpl implements FormsService { |
| 525 | 525 | tu.setRq(rq); |
| 526 | 526 | tu.setGs(arg0.getString("gs_name").toString()); |
| 527 | 527 | tu.setZhgs(arg0.getString("fgs_name").toString()); |
| 528 | - tu.setXl(arg0.getString("xlgs")); | |
| 528 | + //tu.setXl(arg0.getString("xlgs"));这个是根据公司判断线路有几条 | |
| 529 | + tu.setXl(arg0.getString("sxl")); | |
| 529 | 530 | tu.setXlmc(arg0.getString("sxl")); |
| 530 | 531 | tu.setCchjh(arg0.getString("jcl").toString()); |
| 531 | 532 | tu.setCchsj(arg0.getString("scl").toString()); | ... | ... |