Commit b9e1eff6 by 丁伟峰

代码逻辑完善

1 parent b09ec1fe
......@@ -171,6 +171,7 @@ public class BusinessTeamServiceImpl implements BusinessTeamService {
if (req.getWarehouseId() != null) {
entity.setWarehouseId(req.getWarehouseId());
}
entity.setUpdateTime(LocalDateTime.now());
orgTeamDao.save(entity);
// 技术员列表
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!