Commit 158aa388 authored by jiaorz's avatar jiaorz

添加积分补充接口

parent 727d6225
...@@ -389,7 +389,7 @@ ...@@ -389,7 +389,7 @@
<if test="zoneId !=null"> <if test="zoneId !=null">
and bc2.zone_id = #{zoneId} and bc2.zone_id = #{zoneId}
</if> </if>
and is_del != 1 and v1.is_del != 1
</where> </where>
</select> </select>
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
#{id} #{id}
</foreach> </foreach>
</if> </if>
and is_del != 1 and v1.is_del != 1
</where> </where>
ORDER BY parkCompanyName ORDER BY parkCompanyName
</select> </select>
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
#{id} #{id}
</foreach> </foreach>
</if> </if>
and v1.is_del != 1 and v2.is_del != 1
</where> </where>
</select> </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