Commit cfc9e820 by 王力

Merge branch 'dev_orderlist0717' into 'develop'

修改

See merge request !252
2 parents b875887b 9c206d41
...@@ -414,6 +414,7 @@ public class DispatchServiceImpl implements DispatchService { ...@@ -414,6 +414,7 @@ public class DispatchServiceImpl implements DispatchService {
.like(EngineerInfo::getEngineerCode, key) .like(EngineerInfo::getEngineerCode, key)
); );
} }
lqw.orderByAsc(EngineerInfo::getName);
return engineerInfoMPDao.selectList(lqw); return engineerInfoMPDao.selectList(lqw);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!