Commit 3527ee04 by 丁伟峰

Merge branch 'feature-dingwf-0715' into develop

2 parents 8a7779a6 b9e1eff6
......@@ -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!