@@ -345,11 +345,12 @@ class Applet extends Base
if ($dataObj == NULL) {
return false;
}
+ /*
$applet = Dever::config('base', 'project')->applet;
$appid = $applet['appid'];
if($dataObj->watermark->appid != $appid) {
- }
+ }*/
return $dataObj;