This commit is contained in:
devil_gong
2018-11-09 15:21:45 +08:00
parent 0eec4a103c
commit 2a628b665e
9 changed files with 39 additions and 25 deletions

View File

@ -94,7 +94,7 @@ class ExpressController extends CommonController
}
// 图片
$this->ImagesSave('icon', 'file_icon', 'express');
$this->FileSave('icon', 'file_icon', 'express');
// id为空则表示是新增
$m = D('Express');