@@ -27,6 +27,10 @@ class CpController extends Controller
if (empty($copyList)) {
return false;
}
+ $cp = CpClassClass::getOne(true);
+ $e = $cp->attributes;
+ print_r($e);
+ die;
foreach ($copyList as $copy) {
$arr = json_decode($copy, true);
$oldMainId = $arr['oldMainId'] ?? 0;