Commit 3b086a3c by 刘鑫

fix(工作队): 工作队策略更新失败-----字段定义错误

1 parent 3e8b46a1
......@@ -327,8 +327,8 @@ public class BusinessTeamServiceImpl implements BusinessTeamService {
if (req.getNextScheduleInterval() != null) {
entity.setIntervalScheduleNext(Integer.valueOf(req.getNextScheduleInterval()));
}
if (req.getAssiginStrategy() != null) {
entity.setStrategyAppointment(req.getAssiginStrategy());
if (req.getAssignStrategy() != null) {
entity.setStrategyAppointment(req.getAssignStrategy());
}
if (req.getScheduleStrategy() != null) {
entity.setStrategySchedule(req.getScheduleStrategy());
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!