| | |
| | |
|
| | | import javax.annotation.Resource;
|
| | |
|
| | | import com.yeshi.fanli.entity.accept.AdminAcceptData;
|
| | | import org.springframework.stereotype.Controller;
|
| | | import org.springframework.web.bind.annotation.RequestMapping;
|
| | | import org.yeshi.utils.JsonUtil;
|
| | |
|
| | | import com.yeshi.fanli.entity.xinge.PushRecord;
|
| | | import com.yeshi.fanli.service.inter.push.PushRecordService;
|
| | | import com.yeshi.fanli.tag.PageEntity;
|
| | | import com.yeshi.common.entity.PageEntity;
|
| | | import com.yeshi.fanli.util.Constant;
|
| | |
|
| | | import net.sf.json.JSONObject;
|
| | |
| | | * @param out
|
| | | */
|
| | | @RequestMapping(value = "getNewPushRecordList")
|
| | | public void getNewPushRecordList(String callback, String key, Integer type, Integer pageIndex, PrintWriter out){
|
| | | public void getNewPushRecordList(AdminAcceptData acceptData, String callback, String key, Integer type, Integer pageIndex, PrintWriter out){
|
| | | try {
|
| | |
|
| | | if (pageIndex == null || pageIndex < 0){
|