jinlin
2023-11-24 c041523ff100a6a43ebc4411125a3e566e19f193
zt/core/src/main/resources/mapper/sys/SysDictTypeDao.xml
@@ -5,7 +5,7 @@
    <select id="getTenantDictTypes" resultType="com.zt.modules.sys.model.SysDictType">
        select a.*
        from DJ_SYS_DICT_TYPE a
        from SYS_DICT_TYPE a
        where a.is_delete = 0
        <if test="tenantId == 0">
            and a.tenant_id = #{tenantId}