fix
Helius
2021-07-12 e47e795b062e68b55aa28c955a2c8407c6ed9cb5
zq-erp/src/main/java/com/matrix/system/hive/dao/SysOrderFlowDao.java
@@ -23,4 +23,6 @@
    Integer updateTimeByOrderId(@Param("orderId") Long orderId, @Param("payTime") Date payTime);
    Integer deleteByOrderId(@Param("orderId") Long orderId);
    List<SysOrderFlow> selectOrderFlowByType();
}