shish 4 mesi fa
parent
commit
a74f590bad
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      app-ghs/controllers/ApplyController.php

+ 2 - 0
app-ghs/controllers/ApplyController.php

@@ -151,6 +151,8 @@ class ApplyController extends BaseController
                     noticeUtil::push("{$shopName} 手机号 {$mobile} 申请开通批发店", '15280215347');
                     util::complete('已提交申请');
                 }
+                $apply->updateTime = date('Y-m-d H:i:s');
+                $apply->save();
             }
             $ptStyle = Yii::$app->params['ptStyle'];
             $cacheKey = 'register_mobile_code_' . $ptStyle . '_' . $mobile;