Quellcode durchsuchen

【CHG】修改查询条件字段名

zhaomn vor 2 Jahren
Ursprung
Commit
e26e2e0d2a
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      railway-business/src/main/resources/mapper/bi/ShowBdycMapper.xml

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

@@ -185,11 +185,11 @@
     FROM show_bdyc
     <where>
       del_flag='0'
-      <if test="qxdj!=null and qxdj!=''">
-        and qxdj=#{qxdj}
+      <if test="gravity!=null and gravity!=''">
+        and qxdj=#{gravity}
       </if>
-      <if test="sjgq!=null and sjgq!=''">
-        and sjgq=#{sjgq}
+      <if test="ssgq!=null and ssgq!=''">
+        and sjgq=#{ssgq}
       </if>
     </where>
   </select>