|
|
@@ -231,7 +231,8 @@ public class StaffSchedule extends AbstractDomain<String, StaffSchedulePo>{
|
|
|
adjustmentPo.setType(ADJUSTMENT_TYPE_SCHEDULE);
|
|
|
StringBuilder overview = new StringBuilder();
|
|
|
List<AdjustmentDetailPo> adjustmentDetailPoList = new ArrayList<>();
|
|
|
- adjustmentPo.setReason("修改排班");
|
|
|
+ adjustmentPo.setReason("排班修改");
|
|
|
+ adjustmentPo.setType("排班修改");
|
|
|
for (Map<String, String> newMap : newDateList) {
|
|
|
for (Map<String, String> oldMap : oldDateList) {
|
|
|
String newValue = StrUtil.str(newMap.get("value"));
|