|
@@ -443,7 +443,7 @@ public class DailyImportSummaryController {
|
|
|
public ResponseHelper<IPage<DailyWorkerIssueSalaryBean>> workerDetailList(
|
|
|
@ApiParam(required = true, value = "页号") @RequestParam Integer pageNo,
|
|
|
@ApiParam(required = true, value = "页大小") @RequestParam Integer pageSize,
|
|
|
- @ApiParam(required = true, value = "日结记录ID") @RequestParam Integer issueSalaryId
|
|
|
+ @ApiParam(required = true, value = "日结记录ID") @RequestParam String issueSalaryId
|
|
|
|
|
|
) {
|
|
|
IPage<DailyWorkerIssueSalaryBean> page = dailyImportSummaryLogic.workerDetailList(issueSalaryId, pageNo, pageSize);
|