shish %!s(int64=2) %!d(string=hai) anos
pai
achega
eb489d9677
Modificáronse 1 ficheiros con 17 adicións e 0 borrados
  1. 17 0
      app-ghs/controllers/RenewController.php

+ 17 - 0
app-ghs/controllers/RenewController.php

@@ -20,6 +20,23 @@ use Yii;
 class RenewController extends BaseController
 {
 
+    //需要续费 ssh 20240426
+    public function actionNeed()
+    {
+        //注册满半年以上
+
+        //标记为需要续费的批发店,并且没有续费过的
+
+        //当前员工当天没有提醒过的
+        util::success(['need' => 1]);
+    }
+
+    //当天不需要再提醒 ssh 20240426
+    public function actionNoRemind()
+    {
+        util::complete();
+    }
+
     public function actionList()
     {
         $where = [];