优化
This commit is contained in:
@ -82,6 +82,9 @@ public class WgzAppUserApplyForPayrollSettlementDetails {
|
||||
@ApiModelProperty("招工ID")
|
||||
private Long recruitId;
|
||||
|
||||
@ApiModelProperty("招工申请ID")
|
||||
private Long recruitApplyId;
|
||||
|
||||
@ApiModelProperty("务工者ID")
|
||||
private Long userId;
|
||||
|
||||
|
@ -401,6 +401,7 @@ public class WgzPayCalculationServiceImpl extends ServicePlusImpl<WgzPayCalculat
|
||||
.eq(WgzPayCalculationFiles::getCalculationId, id)
|
||||
);
|
||||
wgz.setFiles(files);
|
||||
wgz.setRecruitApplyId(wgzPayCalculation.getApplyKey());
|
||||
return wgz;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user