新增APP复杂特征配置组合功能,根据功能业务字典与功能配置域字典灵活增加权限菜单,实现APP特征的灵活组合与新增。
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<if test="configRegionSort != null">
|
||||
AND config_region_sort=#{configRegionSort,jdbcType=VARCHAR}
|
||||
</if>
|
||||
order by dict_id,config_region_sort
|
||||
order by config_region_sort
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user