增加添加活到规则自动添加到身份权限里

This commit is contained in:
2020-08-19 13:46:28 +08:00
parent 488ab4f410
commit 156ad845f8
6 changed files with 84 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ class Activity extends Model
{
try {
$code = 'YSD' . date('ymd') . mt_rand(100, 999);
$code = 'YSD' . date('ymd') . mt_rand(100000, 999999);
if ($this->type == SELF::TYPE_EXTEND) {
$start_at = now();