Przeglądaj źródła

【CHG】修改查询条件

zhaomn 2 lat temu
rodzic
commit
219323556f

+ 1 - 1
railway-business/src/main/resources/mapper/bi/ShowBdycMapper.xml

@@ -250,7 +250,7 @@
         and file_id=#{fileId}
       </if>
       <if test="foundMode!=null and foundMode!=''">
-        found_mode=#{foundMode})
+        and found_mode=#{foundMode})
       </if>
     </where>
   </select>

+ 1 - 1
railway-business/src/main/resources/mapper/bi/ShowDlycMapper.xml

@@ -237,7 +237,7 @@
         and file_id=#{fileId}
       </if>
       <if test="foundMode!=null and foundMode!=''">
-        found_mode=#{foundMode})
+        and found_mode=#{foundMode})
       </if>
     </where>
   </select>