|
|
@@ -2,7 +2,6 @@ package jp.yamoto.farm.crm.biz.master.service.impl;
|
|
|
|
|
|
import jp.yamoto.farm.common.biz.service.ISysConfigService;
|
|
|
import jp.yamoto.farm.common.core.domain.model.LoginUser;
|
|
|
-import jp.yamoto.farm.common.core.enums.DelFlgEnum;
|
|
|
import jp.yamoto.farm.common.exception.ServiceException;
|
|
|
import jp.yamoto.farm.common.utils.*;
|
|
|
import jp.yamoto.farm.common.utils.uuid.IdUtils;
|
|
|
@@ -14,7 +13,6 @@ import jp.yamoto.farm.crm.biz.master.service.IMastFarmerService;
|
|
|
import lombok.SneakyThrows;
|
|
|
import org.springframework.beans.BeanUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
@@ -185,7 +183,7 @@ public class MastFarmerServiceImpl implements IMastFarmerService {
|
|
|
}
|
|
|
// 電話番号
|
|
|
if (ValueUtils.isNotEmpty(mastFarmer.getMailAddress())) {
|
|
|
-// mastFarmer.setPhoneNumber(DecryptUtils.encryptAES(mastFarmer.getPhoneNumber()));
|
|
|
+ mastFarmer.setPhoneNumber(DecryptUtils.encryptAES(mastFarmer.getPhoneNumber()));
|
|
|
}
|
|
|
|
|
|
}
|