|
|
- select id, parent_id, code, dict_key, dict_value, sort, remark,colour from blade_dict_biz where code = #{param1} and parent_id > 0 and is_sealed = 0 and is_deleted = 0 ORDER BY sort
|
|
|
+ select id, parent_id ,tenant_id, parent_id, code, dict_key, dict_value, sort, remark,colour from blade_dict_biz where code = #{param1} and parent_id > 0 and is_sealed = 0 and is_deleted = 0 ORDER BY sort
|