|
@@ -33,6 +33,7 @@
|
|
|
<select id="selectMdModelParamsList" parameterType="com.ruoyi.interfaces.domain.MdModelParams" resultMap="MdModelParamsResult">
|
|
<select id="selectMdModelParamsList" parameterType="com.ruoyi.interfaces.domain.MdModelParams" resultMap="MdModelParamsResult">
|
|
|
<include refid="selectMdModelParamsVo"/>
|
|
<include refid="selectMdModelParamsVo"/>
|
|
|
<where>
|
|
<where>
|
|
|
|
|
+ <if test="mdid != null and mdid != ''"> and MDID = #{mdid}</if>
|
|
|
<if test="parCate != null and parCate != ''"> and PAR_CATE = #{parCate}</if>
|
|
<if test="parCate != null and parCate != ''"> and PAR_CATE = #{parCate}</if>
|
|
|
<if test="parGroup != null and parGroup != ''"> and PAR_GROUP = #{parGroup}</if>
|
|
<if test="parGroup != null and parGroup != ''"> and PAR_GROUP = #{parGroup}</if>
|
|
|
<if test="parName != null and parName != ''"> and PAR_NAME like concat('%', #{parName}, '%')</if>
|
|
<if test="parName != null and parName != ''"> and PAR_NAME like concat('%', #{parName}, '%')</if>
|