|
|
@@ -17,11 +17,11 @@ class TMessageService extends BaseService
|
|
|
public static function adminGoodsSold($data)
|
|
|
{
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
//获取平台公众号的模板消息列表 shish 2020.4.28
|
|
|
public static function getOpenList()
|
|
|
{
|
|
|
- $tm = TMessageClass::getAllByCondition(['merchantId' => 0]);
|
|
|
+ $tm = TMessageClass::getAllByCondition(['merchantId' => 0], null, '*');
|
|
|
$list = [];
|
|
|
if (!empty($tm)) {
|
|
|
foreach ($tm as $val) {
|
|
|
@@ -30,5 +30,5 @@ class TMessageService extends BaseService
|
|
|
}
|
|
|
return $list;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|