移位管理修改保存bug
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ public class ShiftManageImpl extends ServiceImpl<ShiftManageMapper, ShiftManage>
|
||||
shiftMaterialDetailList.add(shiftMaterialDetail);
|
||||
});
|
||||
iShiftMaterialDetailService.saveBatch(shiftMaterialDetailList);
|
||||
return this.save(shiftManage);
|
||||
return this.updateById(shiftManage);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user