shish 3 年之前
父節點
當前提交
e9926d0913
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      console/controllers/GhsInitController.php

+ 2 - 0
console/controllers/GhsInitController.php

@@ -41,6 +41,7 @@ class GhsInitController extends Controller
                 }
                 $ghs->ownPtStyle = $ptStyle;
                 $ghs->save();
+                echo "ok \n";
             }
         }
         $customList = CustomClass::getAllByCondition(['id>' => 0], null, '*', null, true);
@@ -59,6 +60,7 @@ class GhsInitController extends Controller
                 }
                 $custom->ownPtStyle = $ptStyle;
                 $custom->save();
+                echo "ok \n";
             }
         }
     }