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 {
com.freemud.application.sdk.api.base.BaseResponse<StatisticalScoreResponse> statisticalScoreResponseBaseResponse = memberPropertyService.statisticalScore(statisticalScoreRequest, LogThreadLocal.getTrackingNo());
StatisticalScoreResponse statisticalScoreResponse = statisticalScoreResponseBaseResponse.getData();
score.setCurrentScore(statisticalScoreResponse.getCurrentScore());
score.setTotalScore(statisticalScoreResponse.getTotalScore());
score.setUsedScore(statisticalScoreResponse.getUsedScore());
responseData.setScore(score);
} 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