Helius
2020-12-18 cbad97fdf8ec5607ca0c2ae898cd4e0657e056a1
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);
}