zouyu
2023-11-15 c9db22f6ccb6a6d66e38dec09807e88b160f29e8
mes-plan/src/main/java/com/chinaztt/mes/plan/mapper/CustomerOrderMapper.java
@@ -31,10 +31,9 @@
    *
    * @param page
    * @param planCustomerOrder
    * @param type
    * @return
    */
   IPage<List<CustomerOrderDTO>> getCustomerOrderPage(Page page, @Param("ew") QueryWrapper<CustomerOrder> planCustomerOrder, @Param("type") String type);
   IPage<List<CustomerOrderDTO>> getCustomerOrderPage(Page page, @Param("ew") QueryWrapper<CustomerOrder> planCustomerOrder);
   /**
    * 获取客户订单和绑定的订单参数