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); /** * 获取客户订单和绑定的订单参数