移位管理修改保存bug

This commit is contained in:
zhou-hongcheng
2026-01-27 09:25:22 +08:00
parent d9faab242a
commit 18d479b55e
@@ -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);
}
/**