Merge #13 into master from cc_20251211_jinjian
feat:进件 * cc_20251211_jinjian: (3 commits squashed) - feat:进件 - Merge branch 'master' into cc_20251211_jinjian - feat:进件 Signed-off-by: 苏竹红 <570057076@qq.com> Merged-by: 苏竹红 <570057076@qq.com> CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/13
This commit is contained in:
@@ -123,6 +123,13 @@ public class DeskController {
|
||||
return ResponseResult.success(deskService.posListPendingList( deskRequest, userInfo ));
|
||||
}
|
||||
|
||||
@ApiOperation("待处理-pos-进件待办")
|
||||
@PostMapping("/posEntryListPendingList")
|
||||
public ResponseResult<PageInfo<PreparationCommonPendingVO>> posEntryListPendingList(@RequestBody DeskRequest deskRequest) {
|
||||
LoginUserInfo userInfo = CurrentUserHolder.getUser();
|
||||
return ResponseResult.success(deskService.posEntryListPendingList(deskRequest, userInfo));
|
||||
}
|
||||
|
||||
@ApiOperation("待处理-营帐通")
|
||||
@PostMapping("/tentPassListPendingList")
|
||||
public ResponseResult<PageInfo<PreparationCommonPendingVO>> tentPassListPendingList(@RequestBody DeskRequest deskRequest) {
|
||||
|
||||
Reference in New Issue
Block a user