ZhuDeKang 5 miesięcy temu
rodzic
commit
1d894dc823

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

@@ -35,6 +35,8 @@
         <include refid="selectSysMetaFieldVo"/>
         <where>
             <if test="dsCode != null  and dsCode != ''"> and DS_CODE = #{dsCode}</if>
+            <if test="metaTable != null  and metaTable != ''"> and META_TABLE = #{metaTable}</if>
+            <if test="fieldCode != null  and fieldCode != ''"> and FIELD_CODE = #{fieldCode}</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>