he2802 1 년 전
부모
커밋
b7f6e8bad4

+ 2 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/order/bo/OrderQueryBo.java

@@ -140,4 +140,6 @@ public class OrderQueryBo extends BaseEntity {
 	private String oldInstitutionId;
 	@ApiModelProperty("旧客户ID")
 	private String oldCustomerId;
+	@ApiModelProperty("公司名称")
+	private String companyName;
 }

+ 2 - 2
zhongzheng-system/src/main/java/com/zhongzheng/modules/order/service/IOrderService.java

@@ -8,11 +8,11 @@ import com.zhongzheng.modules.goods.vo.QuestionOpenImportVo;
 import com.zhongzheng.modules.order.bo.*;
 import com.zhongzheng.modules.order.domain.Order;
 import com.zhongzheng.modules.order.vo.OrderGoodsVo;
-import com.zhongzheng.modules.order.vo.OrderListExportVo;
+
 import com.zhongzheng.modules.order.vo.OrderListVo;
 import com.zhongzheng.modules.order.vo.OrderVo;
 import com.zhongzheng.modules.top.goods.vo.TopOldOrderInvoiceVo;
-
+import com.zhongzheng.modules.order.vo.OrderListExportVo;
 import java.util.Collection;
 import java.util.List;
 import java.util.Map;