|
@@ -26,6 +26,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<include refid="selectFileInfoVo"/>
|
|
|
<where>
|
|
|
<if test="priceId != null "> and price_id = #{priceId}</if>
|
|
|
+ <if test="controllerId != null "> and controller_id = #{controllerId}</if>
|
|
|
+ <if test="engineId != null "> and engine_id = #{engineId}</if>
|
|
|
+ <if test="fdjId != null "> and fdj_id = #{fdjId}</if>
|
|
|
<if test="seq != null "> and seq = #{seq}</if>
|
|
|
<if test="fileUrl != null and fileUrl != ''"> and file_url = #{fileUrl}</if>
|
|
|
<if test="filePath != null and filePath != ''"> and file_path = #{filePath}</if>
|