Helius
2020-12-21 50cfd012b1120d7a39e6a4836b134f57e5551341
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);
}