Commit 20d4b8d1 by wangli

修改

1 parent 5e6b4b33
......@@ -194,6 +194,9 @@ public class OrderServiceDetailImpl implements OrderServiceDetail {
// 获取工程师技能列表
HashMap<String, EngineerSkill> map = new HashMap<>();
if (egCodes.isEmpty()) {
return map;
}
LambdaQueryWrapper<EngineerSkill> lqw = new LambdaQueryWrapper<>();
lqw.in(EngineerSkill::getEngineerCode, egCodes);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!