|
@@ -35,6 +35,8 @@
|
|
|
<include refid="selectSysMetaFieldVo"/>
|
|
<include refid="selectSysMetaFieldVo"/>
|
|
|
<where>
|
|
<where>
|
|
|
<if test="dsCode != null and dsCode != ''"> and DS_CODE = #{dsCode}</if>
|
|
<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="fieldName != null and fieldName != ''"> and FIELD_NAME like concat('%', #{fieldName}, '%')</if>
|
|
|
<if test="fieldType != null and fieldType != ''"> and FIELD_TYPE = #{fieldType}</if>
|
|
<if test="fieldType != null and fieldType != ''"> and FIELD_TYPE = #{fieldType}</if>
|
|
|
<if test="fieldLength != null and fieldLength != ''"> and FIELD_LENGTH = #{fieldLength}</if>
|
|
<if test="fieldLength != null and fieldLength != ''"> and FIELD_LENGTH = #{fieldLength}</if>
|