Commit 2490d3c2 by 王力

Merge branch 'dev_mp2jpa0810' into 'develop'

修改

See merge request !335
2 parents c5994a56 c6ce0cd8
......@@ -251,7 +251,7 @@ public class DispatchServiceImpl implements DispatchService {
if (engineer == null) {
throw new BusinessException("技术员不存在");
}
List<OrderInfoEntity> orders = orderInfoDao.findByDtAndEngineerCodeIn(localDate, orderIds);
List<OrderInfoEntity> orders = orderInfoDao.findAllByDtAndOrderIdIn(localDate, orderIds);
if (ListUtils.isEmpty(orders)) {
throw new BusinessException("订单不存在");
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!