wesmiler 6 years ago
parent
commit
052eceaf2a
1 changed files with 1 additions and 0 deletions
  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;
     }