|
|
|
@ -106,7 +106,7 @@ public class ApplyInfoListManager {
|
|
|
|
|
RewApplyInfoList applyInfoList = applyInfoListService.getById(applyInfoListSaveDTO.getApplyId());
|
|
|
|
|
if(Objects.nonNull(applyInfoList)){
|
|
|
|
|
applyInfoList.setAppTime(new Date());
|
|
|
|
|
applyInfoList.setCreateBy(loginUser.getUsername());
|
|
|
|
|
applyInfoList.setUpdateBy(loginUser.getUsername());
|
|
|
|
|
applyInfoList.setIsReward(applyInfoListSaveDTO.getIsReward());
|
|
|
|
|
applyInfoList.setApplyStatus(ApplyStatusEnum.SUBMIT.getType());
|
|
|
|
|
}
|
|
|
|
|