1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-06 03:58:04 +08:00

Update Auto.php

This commit is contained in:
邹景立 2021-05-10 12:11:56 +08:00
parent 163a211629
commit 4d764d9dd3

@ -87,7 +87,7 @@ class Auto extends Controller
protected function _form_filter(array &$data)
{
if (empty($data['code'])) {
$data['code'] = CodeExtend::uniqidNumber(18, 'AUTO');
$data['code'] = CodeExtend::uniqidNumber(18, 'AM');
}
if ($this->request->isGet()) {
$public = dirname($this->request->basefile(true));