出差申请

This commit is contained in:
hanrenchun 2025-06-06 16:37:13 +08:00
parent 3971debc10
commit fc83ba33da
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class BusinessTripApprovalController extends BaseController {
@PostMapping("/list") @PostMapping("/list")
@ApiOperation("查询出差申请") @ApiOperation("查询出差申请")
public TableDataInfo list(@RequestBody BusinessTripApproval businessTripApproval) { public TableDataInfo list(BusinessTripApproval businessTripApproval) {
startPage(); startPage();
QueryWrapper<BusinessTripApproval> queryWrapper = new QueryWrapper<>(businessTripApproval); QueryWrapper<BusinessTripApproval> queryWrapper = new QueryWrapper<>(businessTripApproval);
queryWrapper.orderByDesc("create_time"); queryWrapper.orderByDesc("create_time");