Althars123 2 years ago
parent
commit
fed5548369
1 changed files with 3 additions and 0 deletions
  1. 3 0
      xxgl-service/src/main/resources/mapper/file/FileInfoMapper.xml

+ 3 - 0
xxgl-service/src/main/resources/mapper/file/FileInfoMapper.xml

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