Commit 5e86408a by chongfu.liang

Merge branch 'feature/2.0.12-富友线下对接开放平台-lcf' into develop

parents d912e962 51fd2cca
...@@ -949,8 +949,6 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -949,8 +949,6 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
com.freemud.application.sdk.api.base.BaseResponse<StatisticalScoreResponse> statisticalScoreResponseBaseResponse = memberPropertyService.statisticalScore(statisticalScoreRequest, LogThreadLocal.getTrackingNo()); com.freemud.application.sdk.api.base.BaseResponse<StatisticalScoreResponse> statisticalScoreResponseBaseResponse = memberPropertyService.statisticalScore(statisticalScoreRequest, LogThreadLocal.getTrackingNo());
StatisticalScoreResponse statisticalScoreResponse = statisticalScoreResponseBaseResponse.getData(); StatisticalScoreResponse statisticalScoreResponse = statisticalScoreResponseBaseResponse.getData();
score.setCurrentScore(statisticalScoreResponse.getCurrentScore()); score.setCurrentScore(statisticalScoreResponse.getCurrentScore());
score.setTotalScore(statisticalScoreResponse.getTotalScore());
score.setUsedScore(statisticalScoreResponse.getUsedScore());
responseData.setScore(score); responseData.setScore(score);
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment