1、解决看板组件的bug
2、模型表单字段分组bug
This commit is contained in:
@@ -149,7 +149,7 @@ class Attribute extends \think\Model {
|
||||
$map[] = ['is_show', 'IN', [1, 3]];
|
||||
}
|
||||
|
||||
$row = self::where($map)->order('sort asc, id desc')
|
||||
$row = self::where($map)->order('group_id asc, sort asc, id desc')
|
||||
->select()
|
||||
->append(['option'])
|
||||
->toArray();
|
||||
|
||||
Reference in New Issue
Block a user