PDA按单移位数量修改

This commit is contained in:
秦鸿展
2026-03-14 18:30:12 +08:00
parent 0393c2ee1f
commit 78dc49df94
3 changed files with 31 additions and 1 deletions
@@ -42,7 +42,7 @@ public class ShiftManageAppApi extends BaseController {
ShiftManageDO shiftManageDO = shiftManageAssembler.toDO(shiftManageDTO);
startPage();
shiftManageDO.setOperatorsBy(SecurityUtils.getLoginUser().getUserPo().getUserId());
List<ShiftManagePO> list = shiftManageApplicationService.queryList(shiftManageDO);
List<ShiftManagePO> list = shiftManageApplicationService.queryListForApp(shiftManageDO);
return getDataTableApi(list);
}