|
@@ -2,6 +2,7 @@ package com.iamberry.wechat.handles.integral;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+import com.github.pagehelper.PageHelper;
|
|
import com.iamberry.wechat.core.entity.PageBean;
|
|
import com.iamberry.wechat.core.entity.PageBean;
|
|
import com.iamberry.wechat.core.entity.ResultMsg;
|
|
import com.iamberry.wechat.core.entity.ResultMsg;
|
|
import com.iamberry.wechat.core.entity.WechatUtils;
|
|
import com.iamberry.wechat.core.entity.WechatUtils;
|
|
@@ -14,6 +15,7 @@ import com.iamberry.wechat.face.member.MemberService;
|
|
import com.iamberry.wechat.face.order.AdminOrderService;
|
|
import com.iamberry.wechat.face.order.AdminOrderService;
|
|
import com.iamberry.wechat.tools.NameUtils;
|
|
import com.iamberry.wechat.tools.NameUtils;
|
|
import com.iamberry.wechat.tools.ResultInfo;
|
|
import com.iamberry.wechat.tools.ResultInfo;
|
|
|
|
+import org.apache.poi.ss.formula.functions.Rank;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Controller;
|
|
import org.springframework.stereotype.Controller;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
@@ -224,7 +226,6 @@ public class UseIntegralHandler {
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
/**************未发货数量*****************/
|
|
/**************未发货数量*****************/
|
|
Integer notSendCount=adminOrderService.getNotSendCount(openid);
|
|
Integer notSendCount=adminOrderService.getNotSendCount(openid);
|
|
|
|
|