ZhuDeKang 5 月之前
父節點
當前提交
1d894dc823
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ruoyi-api-patform/src/main/resources/mapper/interfaces/SysMetaFieldMapper.xml

+ 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>