优化
This commit is contained in:
@ -480,6 +480,7 @@ public class WgzPayCalculationServiceImpl extends ServicePlusImpl<WgzPayCalculat
|
||||
//招工申请信息
|
||||
BgtProjectRecruitApply apply = iBgtProjectRecruitApplyService.getById(recruitApplyId);
|
||||
vo.setEntryTime(apply.getEntryTime());
|
||||
vo.setLeaveTime(apply.getLeaveTime());
|
||||
|
||||
//招工信息
|
||||
Long recruitId = apply.getRecruitId();
|
||||
|
||||
Reference in New Issue
Block a user