Browse Source

建议添加参数

小么熊🐻 1 year ago
parent
commit
0bc40f5ca1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nbjk-service/src/main/resources/mapper/feed/FeedBackMapper.xml

+ 1 - 0
nbjk-service/src/main/resources/mapper/feed/FeedBackMapper.xml

@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="content != null  and content != ''"> and content = #{content}</if>
             <if test="content != null  and content != ''"> and content = #{content}</if>
             <if test="phone != null  and phone != ''"> and phone = #{phone}</if>
             <if test="phone != null  and phone != ''"> and phone = #{phone}</if>
             <if test="imgIds != null  and imgIds != ''"> and img_ids = #{imgIds}</if>
             <if test="imgIds != null  and imgIds != ''"> and img_ids = #{imgIds}</if>
+            <if test="deviceType != null"> and device_type = #{deviceType}</if>
         </where>
         </where>
     </select>
     </select>