|
|
@ -36,6 +36,12 @@ public class YuShanSysApiService { |
|
|
|
*/ |
|
|
|
@Async |
|
|
|
public void updateUserPoints(String customerId, List<UpdateUserPointsFormDTO> paramList) { |
|
|
|
try { |
|
|
|
Thread.sleep(1000l); |
|
|
|
} catch (InterruptedException e) { |
|
|
|
log.error("调用榆山街道发放积分睡眠发生异常,{}",e); |
|
|
|
e.printStackTrace(); |
|
|
|
} |
|
|
|
if (StringUtils.isBlank(customerId) || CollectionUtils.isEmpty(paramList)) { |
|
|
|
throw new RenException("参数错误"); |
|
|
|
} |
|
|
|