xin
2025-09-03 ca0f290991d7a15748d90d01e57f0f4cd6f26c9c
oying-system/src/main/java/com/oying/modules/sh/service/OrderOperationLogService.java
@@ -58,5 +58,5 @@
    */
    void download(List<OrderOperationLog> all, HttpServletResponse response) throws IOException;
    List<OrderOperationLog> getByOrderNum(String orderNum);
    List<OrderOperationLog> getByOrderNum(String orderNum, String type);
}