| | |
| | | import javax.annotation.Resource;
|
| | | import javax.servlet.http.HttpServletRequest;
|
| | |
|
| | | import com.yeshi.fanli.entity.accept.AdminAcceptData;
|
| | | import net.sf.json.JSONObject;
|
| | |
|
| | | import org.springframework.stereotype.Controller;
|
| | |
| | | * @param out
|
| | | */
|
| | | @RequestMapping(value = "addBatch")
|
| | | public void addBatch(String callback,String labIds, Long id, Integer type, HttpServletRequest request,
|
| | | public void addBatch(AdminAcceptData acceptData, String callback, String labIds, Long id, Integer type, HttpServletRequest request,
|
| | | PrintWriter out) {
|
| | |
|
| | | try {
|
| | |
| | | * @param out
|
| | | */
|
| | | @RequestMapping(value = "removeSingle")
|
| | | public void removeSingle(String callback, Long rId, HttpServletRequest request, PrintWriter out) {
|
| | | public void removeSingle(AdminAcceptData acceptData,String callback, Long rId, HttpServletRequest request, PrintWriter out) {
|
| | | try {
|
| | |
|
| | | if (rId == null) {
|
| | |
| | | * @param out
|
| | | */
|
| | | @RequestMapping(value = "queryMyLabels")
|
| | | public void queryMyLabels(String callback, Integer pageIndex, Integer pageSize, Long id,
|
| | | public void queryMyLabels(AdminAcceptData acceptData,String callback, Integer pageIndex, Integer pageSize, Long id,
|
| | | Integer type, HttpServletRequest request, PrintWriter out) {
|
| | |
|
| | | try {
|
| | |
| | | * @param out
|
| | | */
|
| | | @RequestMapping(value = "queryLabel")
|
| | | public void queryLabel(String callback, Integer pageIndex, Integer pageSize, String key, Long id,
|
| | | public void queryLabel(AdminAcceptData acceptData,String callback, Integer pageIndex, Integer pageSize, String key, Long id,
|
| | | Integer type, HttpServletRequest request, PrintWriter out) {
|
| | |
|
| | | try {
|