소스 검색

补全创建时间

master
WendyYang 1 년 전
부모
커밋
d6aca795af
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      pmapi/src/main/java/com/ningdatech/pmapi/expert/service/impl/ExpertInfoServiceImpl.java

+ 4
- 0
pmapi/src/main/java/com/ningdatech/pmapi/expert/service/impl/ExpertInfoServiceImpl.java 파일 보기

@@ -265,6 +265,10 @@ public class ExpertInfoServiceImpl implements ExpertInfoService {
expertRegionApply.setRegionLevel(expertUserFullInfo.getRegionLevel());
expertRegionApply.setUserId(userId);
expertRegionApply.setDisplayEnable(BoolDisplayEnum.Y.name());
if (LoginUserUtil.isLogin()) {
expertRegionApply.setCreateBy(LoginUserUtil.getUserId());
}
expertRegionApply.setCreateOn(LocalDateTime.now());
iExpertMetaApplyService.save(expertRegionApply);

return expertRegionApply.getId();


불러오는 중...
취소
저장