| | |
| | | import com.google.gson.GsonBuilder;
|
| | | import com.google.gson.reflect.TypeToken;
|
| | | import com.yeshi.fanli.entity.bus.homemodule.FloatAD;
|
| | | import com.yeshi.fanli.exception.FloatADException;
|
| | | import com.yeshi.fanli.exception.homemodule.FloatADException;
|
| | | import com.yeshi.fanli.service.inter.common.JumpDetailV2Service;
|
| | | import com.yeshi.fanli.service.inter.homemodule.FloatADService;
|
| | | import com.yeshi.fanli.tag.PageEntity;
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | // /**
|
| | | // * 保存信息
|
| | | // * |
| | | // * @param callback
|
| | | // * @param special
|
| | | // * @param out
|
| | | // */
|
| | | // @RequestMapping(value = "save")
|
| | | // public void save(String callback, @RequestParam("file") CommonsMultipartFile[] file, FloatAD floatAD, |
| | | // String jumpType, PrintWriter out) {
|
| | | // try {
|
| | | // floatADervice.saveObject(file, floatAD, jumpType);
|
| | | // JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult("保存成功"));
|
| | | // } catch (FloatADException e) {
|
| | | // JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult(e.getMsg()));
|
| | | // } catch (Exception e) {
|
| | | // JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("保存失败"));
|
| | | // e.printStackTrace();
|
| | | // }
|
| | | // }
|
| | |
|
| | |
|
| | | /**
|
| | | * 修改排序
|