小bug
This commit is contained in:
@@ -234,7 +234,7 @@ function format_bytes($size, $delimiter = '') {
|
||||
function get_attach($id, $field = null) {
|
||||
$basePath = request()->domain();
|
||||
if (empty($id)) {
|
||||
return $basePath . '/static/images/default.png';
|
||||
return $basePath . '/static/common/images/default.png';
|
||||
}
|
||||
if (false !== strpos($id, ",")) {
|
||||
$map[] = ['id', 'IN', explode(",", $id)];
|
||||
|
||||
Reference in New Issue
Block a user