Commit e62ea15b by huluobin

update

parent 320db2cf
......@@ -69,8 +69,8 @@ public class MallOrderTechnicianServiceImpl extends ServiceImpl<MallOrderTechnic
});
mallOrderTechnicianList.getRecords().forEach(mallOrderTechnician -> {
mallOrderTechnician.setMallOrder(mallOrderMap.get(mallOrderTechnician.getMallOrderId())
}));
mallOrderTechnician.setMallOrder(mallOrderMap.get(mallOrderTechnician.getMallOrderId()));
});
}
return mallOrderTechnicianList;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment