Browse Source

更新查询时展示对应区域字段

tags/v2.4.0
xiaoying 1 year ago
parent
commit
ae7abb5378
3 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tuoheng_oidc_admin/src/main/resources/mapper/TenantMapper.xml
  2. BIN
      tuoheng_oidc_admin/target/classes/com/tuoheng/model/vo/TenantVo.class
  3. BIN
      tuoheng_oidc_admin/target/classes/com/tuoheng/service/impl/ClientUserServiceImpl.class

+ 1
- 1
tuoheng_oidc_admin/src/main/resources/mapper/TenantMapper.xml View File

@@ -42,7 +42,7 @@
where code = #{code}
</select>
<select id="findList" resultType="com.tuoheng.model.po.TenantPo">
SELECT id, user_id, remark,enabled, code, name
SELECT id, user_id, remark,enabled, code, name,province_code,province_name,city_code,city_name,district_code,district_name
FROM t_tenant
WHERE enabled = 1
<if test="query.name != null and query.name != ''">

BIN
tuoheng_oidc_admin/target/classes/com/tuoheng/model/vo/TenantVo.class View File


BIN
tuoheng_oidc_admin/target/classes/com/tuoheng/service/impl/ClientUserServiceImpl.class View File


Loading…
Cancel
Save