ZhuDeKang 5 月之前
父节点
当前提交
8230811a20
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ruoyi-api-patform/src/main/resources/mapper/interfaces/SysMetaFieldMapper.xml

+ 1 - 0
ruoyi-api-patform/src/main/resources/mapper/interfaces/SysMetaFieldMapper.xml

@@ -34,6 +34,7 @@
     <select id="selectSysMetaFieldList" parameterType="com.ruoyi.interfaces.domain.SysMetaField" resultMap="SysMetaFieldResult">
         <include refid="selectSysMetaFieldVo"/>
         <where>
+            <if test="dsCode != null  and dsCode != ''"> and DS_CODE = #{dsCode}</if>
             <if test="fieldName != null  and fieldName != ''"> and FIELD_NAME like concat('%', #{fieldName}, '%')</if>
             <if test="fieldType != null  and fieldType != ''"> and FIELD_TYPE = #{fieldType}</if>
             <if test="fieldLength != null  and fieldLength != ''"> and FIELD_LENGTH = #{fieldLength}</if>