|
|
@@ -21,6 +21,7 @@
|
|
|
<select id="selectMdDataSetList" parameterType="com.ruoyi.interfaces.domain.MdDataSet" resultMap="MdDataSetResult">
|
|
|
<include refid="selectMdDataSetVo"/>
|
|
|
<where>
|
|
|
+ <if test="dcCode != null and dcCode != ''"> and DC_CODE = #{dcCode} </if>
|
|
|
<if test="dcName != null and dcName != ''"> and DC_NAME like concat('%', #{dcName}, '%')</if>
|
|
|
<if test="dcType != null and dcType != ''"> and DC_TYPE = #{dcType}</if>
|
|
|
<if test="dcSort != null "> and DC_SORT = #{dcSort}</if>
|