Commit 9c206d41 by wangli

修改

1 parent cfd6248a
...@@ -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!