shish 1 жил өмнө
parent
commit
18ae71871d

+ 1 - 1
biz/shop/classes/ShopClass.php

@@ -194,7 +194,7 @@ class ShopClass extends BaseClass
         return $respond;
     }
 
-    //取商家所有门店 ssh 2020.2.29
+    //取商家所有门店 ssh 2020.2.30
     public static function getAllShop($sjId)
     {
         return self::getAllByCondition(['sjId' => $sjId], null, "*");