|
|
@@ -33,6 +33,7 @@
|
|
|
<select id="selectMdDataFieldList" parameterType="com.ruoyi.interfaces.domain.MdDataField" resultMap="MdDataFieldResult">
|
|
|
<include refid="selectMdDataFieldVo"/>
|
|
|
<where>
|
|
|
+ <if test="dcCode != null and dcCode != ''"> and DC_CODE = #{dcCode}</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>
|