@@ -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}
</where>
</select>