fix
Helius
2021-07-10 a78d0583053acaa4edfd6ed6abde379786708408
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();
}