Helius
2020-12-23 c554c7ad5405bafa149dbb6429e8245f78b33ffc
zq-erp/src/main/java/com/matrix/system/hive/dao/SysOrderDao.java
@@ -33,5 +33,6 @@
   public int selectInPageCount(@Param("record") SysOrder sysOrder);
   public void updateOrderTime(@Param("orderTime") Date orderTime, @Param("id") Long id);
   SysOrder selectVipOrderInfoTotal(@Param("vipId") Long vipId);
}