Commit d655f4ab by 丁伟峰

Merge remote-tracking branch 'origin/develop' into develop

2 parents 83c98fe4 cfc9e820
......@@ -414,6 +414,7 @@ public class DispatchServiceImpl implements DispatchService {
.like(EngineerInfo::getEngineerCode, key)
);
}
lqw.orderByAsc(EngineerInfo::getName);
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!