Browse Source

值班管理编辑

master
laishajiang 2 years ago
parent
commit
ce049eab5d
  1. 2
      mailbox-lan/src/main/java/com/biutag/lan/service/impl/DutyServiceImpl.java

2
mailbox-lan/src/main/java/com/biutag/lan/service/impl/DutyServiceImpl.java

@ -176,7 +176,7 @@ public class DutyServiceImpl implements IDutyService {
Assert.notNull(model, "数据不存在!");
model.setId(model.getId());
model.setDepartId(updateValidate.getDepartId());
// model.setDepartName(updateValidate.getDepartName());
model.setPoliceName(updateValidate.getPoliceName());

Loading…
Cancel
Save