wesmiler 6 年 前
コミット
052eceaf2a
1 ファイル変更1 行追加0 行削除
  1. 1 0
      vendor/thinkcmf/cmf-app/src/weixin/model/Devices.php

+ 1 - 0
vendor/thinkcmf/cmf-app/src/weixin/model/Devices.php

@@ -53,6 +53,7 @@ class Devices extends Model
                 return $item;
             })
             ->toArray();
+        saveLogCache('map_sql', Devices::getLastSql());
 //        echo Devices::getLastSql();
         return $dataList;
     }