|
|
@@ -12,7 +12,6 @@ import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
|
|
|
|
-import com.alibaba.fastjson.JSON;
|
|
|
import com.uas.platform.b2b.model.MakeOrder;
|
|
|
import com.uas.platform.b2b.model.SearchFilter;
|
|
|
import com.uas.platform.b2b.service.MakeOrderService;
|
|
|
@@ -54,8 +53,6 @@ public class MakeOutOrderController {
|
|
|
@RequestMapping(method = RequestMethod.GET)
|
|
|
@ResponseBody
|
|
|
public Page<MakeOrder> getAllMakeOutOrders(PageParams params, String searchFilter) {
|
|
|
- System.out.println(JSON.toJSON(params));
|
|
|
- System.out.println(searchFilter);
|
|
|
logger.log("委外加工单", "查看委托客户加工的单据列表(全部)");
|
|
|
// 自己作为客户
|
|
|
PageInfo pageInfo = new PageInfo(params);
|