Commit 51fd2cca by chongfu.liang

删除总分

parent c82465d8
......@@ -966,8 +966,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