Helius
2020-12-22 339b59abc36c0aa07b99cb6de1b0553de2f48d7e
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);
}