|
|
@@ -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 = [];
|