Commit fa5e2976 by 徐高华

订单

parent dea3b88a
......@@ -315,8 +315,6 @@ public class GicOrderController {
if (StringUtils.isNotEmpty(search)) {
qdto.setSearchOrderParam(search);
}
// 配送方式 -1:所有 0:门店自提 1:快递发货
qdto.setDeliveryType(1);
return this.orderListSelect(qdto, pageInfo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment