Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-web/commit/e55718fc3501c6494bbbef375670987f01488e12?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:参数类型查询权限

dev
wangxy 1 year ago
parent 4b3cff7fa3
commit e55718fc35

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

Loading…
Cancel
Save