| | |
| | |
|
| | | 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;
|
| | |
| | | * @param out
|
| | | */
|
| | | @RequestMapping(value = "queryNewbies")
|
| | | public void queryNewbies(String callback, Integer pageIndex, String key, Integer order, PrintWriter out) {
|
| | | public void queryNewbies(AdminAcceptData acceptData, String callback, Integer pageIndex, String key, Integer order, PrintWriter out) {
|
| | | try {
|
| | | int pageSize = Constant.PAGE_SIZE;
|
| | |
|