|
@@ -228,10 +228,9 @@ public class UseIntegralHandler {
|
|
|
/**************未发货数量*****************/
|
|
|
Integer notSendCount=adminOrderService.getNotSendCount(openid);
|
|
|
|
|
|
- map.put("lists",lists);
|
|
|
+ map.put("listRankRule",lists);
|
|
|
map.put("notSendCount",notSendCount);
|
|
|
- map.put("rankRule",lists.get(0));
|
|
|
- map.put("member",memberInfo);
|
|
|
+ map.put("memberInfo",memberInfo);
|
|
|
rm.setStatus(true);
|
|
|
rm.setResultCode(ResultInfo.SUCCESSCODE);
|
|
|
rm.setMessage(NameUtils.getConfig("SUCCESSINFO"));
|