Skip to content

Commit

Permalink
开发(电商修改)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhgugu committed Jan 29, 2016
1 parent d9945c2 commit 7601385
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import javax.servlet.http.HttpServletResponse;

import com.ansteel.core.constant.Public;
import com.ansteel.core.utils.JavaScriptUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.stereotype.Controller;
Expand All @@ -20,12 +21,10 @@

import com.ansteel.core.utils.FisUtils;
import com.ansteel.core.utils.ResponseUtils;
import com.ansteel.core.utils.StringUtils;
import com.ansteel.shop.album.domain.AlbumClass;
import com.ansteel.shop.album.domain.AlbumPic;
import com.ansteel.shop.album.service.AlbumClassService;
import com.ansteel.shop.album.service.AlbumPicService;
import com.ansteel.shop.utils.JavaScriptUtils;
import com.ansteel.shop.utils.JsonImage;

@Controller
Expand Down Expand Up @@ -93,7 +92,7 @@ void imageDelete(@RequestParam(value = "id") String id,
albumPicService.delete(id);
String url=request.getContextPath()+"/se/albumpic/piclist?category_id="+categoryId;
String name="图片删除成功";
ResponseUtils.xmlCDataOut(response,JavaScriptUtils.returnShowDialog(name,url));
ResponseUtils.xmlCDataOut(response, JavaScriptUtils.returnShowDialog(name, url));
}

@RequestMapping("/image/moves")
Expand Down

0 comments on commit 7601385

Please sign in to comment.