sugangqiang 2 년 전
부모
커밋
1fb7114041
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/enterprise/controller/Integral.php

+ 2 - 2
app/enterprise/controller/Integral.php

@@ -78,9 +78,9 @@ class Integral extends EnterpriseController {
     }
 
     /**
-     * 提交表单(新:混合基础信息人才申报信息)晋江人才
+     * 提交申请
      */
-    private function submitToCheck() {
+    public function submitToCheck() {
         $params = $this->request->param();
         $id = $params["id"];
         $info = IntegralRecordApi::chkIsOwner($id, $this->user["uid"]);