|
|
@ -8,7 +8,6 @@ import com.epmet.commons.tools.dto.result.CustomerStaffInfoCacheResult; |
|
|
|
import com.epmet.commons.tools.enums.EnvEnum; |
|
|
|
import com.epmet.commons.tools.enums.ExternalApiEnum; |
|
|
|
import com.epmet.commons.tools.enums.ExternalServerEnum; |
|
|
|
import com.epmet.commons.tools.exception.EpmetErrorCode; |
|
|
|
import com.epmet.commons.tools.exception.RenException; |
|
|
|
import com.epmet.commons.tools.redis.common.CustomerStaffRedis; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
@ -72,8 +71,7 @@ public class YuShanSysApiService { |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
log.warn("updateUserPoints exception 入参:{}", JSON.toJSONString(formDTO)); |
|
|
|
throw new RenException(EpmetErrorCode.SERVER_ERROR.getCode(), e.getMessage()); |
|
|
|
log.error("updateUserPoints exception 入参:{},异常:{}", JSON.toJSONString(formDTO),e); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|