Ver Fonte

【CHG】修改查询条件

zhaomn há 2 anos atrás
pai
commit
ccd0013a79

+ 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!=''">
-        and 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!=''">
-        and found_mode=#{foundMode})
+        and found_mode=#{foundMode}
       </if>
     </where>
   </select>