Pārlūkot izejas kodu

补全创建时间

master
WendyYang pirms 1 gada
vecāks
revīzija
d6aca795af
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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 Parādīt failu

@@ -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();


Notiek ielāde…
Atcelt
Saglabāt