Explorar el Código

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

zhaomn hace 2 años
padre
commit
e26e2e0d2a

+ 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>