| | |
| | | import javax.annotation.Resource;
|
| | | import javax.servlet.http.HttpServletRequest;
|
| | |
|
| | | 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 = "batchGoodsAddLables")
|
| | | public void batchGoodsAddLables(String callback, String labIds, String ids, |
| | | HttpServletRequest request, PrintWriter out) {
|
| | | public void batchGoodsAddLables(AdminAcceptData acceptData, String callback, String labIds, String ids,
|
| | | HttpServletRequest request, PrintWriter out) {
|
| | |
|
| | | if (StringUtil.isNullOrEmpty(ids)) {
|
| | | JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("请选择需操作的商品"));
|
| | |
| | | * @param out
|
| | | */
|
| | | @RequestMapping(value = "singleGoodsAddLables")
|
| | | public void singleGoodsAddLables(String callback, String labIds, Long goodsId, |
| | | public void singleGoodsAddLables(AdminAcceptData acceptData,String callback, String labIds, Long goodsId,
|
| | | HttpServletRequest request, PrintWriter out) {
|
| | |
|
| | | try {
|