Helius
2020-12-23 e344c5d580b92b4c3b3c0f7cde3f918a14e74929
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);
}