Kaynağa Gözat

补全创建时间

master
WendyYang 1 yıl önce
ebeveyn
işleme
a5127f5f2c
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      pmapi/src/main/java/com/ningdatech/pmapi/expert/service/impl/ExpertInfoServiceImpl.java

+ 5
- 0
pmapi/src/main/java/com/ningdatech/pmapi/expert/service/impl/ExpertInfoServiceImpl.java Dosyayı Görüntüle

@@ -29,6 +29,7 @@ import com.ningdatech.pmapi.meta.model.entity.ExpertDictionary;
import com.ningdatech.pmapi.meta.model.entity.ExpertTag;
import com.ningdatech.pmapi.meta.service.IExpertDictionaryService;
import com.ningdatech.pmapi.meta.service.IExpertTagService;
import com.ningdatech.pmapi.user.util.LoginUserUtil;
import com.ningdatech.yxt.utils.JSONUtils;
import lombok.RequiredArgsConstructor;
import org.apache.commons.collections4.CollectionUtils;
@@ -590,6 +591,8 @@ public class ExpertInfoServiceImpl implements ExpertInfoService {
expertMetaApply.setRegionLevel(originalExpertUserFullInfo.getRegionLevel());
expertMetaApply.setUserId(originalExpertUserFullInfo.getUserId());
expertMetaApply.setDisplayEnable(BoolDisplayEnum.Y.name());
expertMetaApply.setCreateOn(LocalDateTime.now());
expertMetaApply.setCreateBy(LoginUserUtil.getUserId());
if (Objects.nonNull(modifyApplyExtraInfo)) {
expertMetaApply.setExtraMaterial(JSONObject.toJSONString(modifyApplyExtraInfo));
}
@@ -654,6 +657,8 @@ public class ExpertInfoServiceImpl implements ExpertInfoService {
expertMetaApply.setRegionCode(apply.getRegionCode());
expertMetaApply.setRegionLevel(apply.getRegionLevel());
expertMetaApply.setUserId(originalExpertUserFullInfo.getUserId());
expertMetaApply.setCreateOn(LocalDateTime.now());
expertMetaApply.setCreateBy(LoginUserUtil.getUserId());
expertMetaApply.setDisplayEnable(BoolDisplayEnum.Y.name());
if (Objects.nonNull(modifyApplyExtraInfo)) {
expertMetaApply.setExtraMaterial(JSONObject.toJSONString(modifyApplyExtraInfo));


Yükleniyor…
İptal
Kaydet