|
|
@@ -38,7 +38,7 @@ func (PGOrder) OrderStatistics(optUserId int64, objectShopId int64, jsonStr stri
|
|
|
return
|
|
|
}
|
|
|
|
|
|
-func (PGOrder) ClassListByOrderDate(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
|
|
|
+func (PGOrder) ClassOrderQuery(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
|
|
|
err = getClient().Raw("select fn_order_class_order_query(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
|
|
|
Scan(&result).Error
|
|
|
|