Commit 158aa388 authored by jiaorz's avatar jiaorz

添加积分补充接口

parent 727d6225
......@@ -389,7 +389,7 @@
<if test="zoneId !=null">
and bc2.zone_id = #{zoneId}
</if>
and is_del != 1
and v1.is_del != 1
</where>
</select>
......@@ -412,7 +412,7 @@
#{id}
</foreach>
</if>
and is_del != 1
and v1.is_del != 1
</where>
ORDER BY parkCompanyName
</select>
......@@ -490,7 +490,7 @@
#{id}
</foreach>
</if>
and v1.is_del != 1
and v2.is_del != 1
</where>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment