bug fix
This commit is contained in:
@@ -182,7 +182,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectOrdersCount" resultType="Integer">
|
<select id="selectOrdersCount" resultType="Integer">
|
||||||
select count(*) from orders where 1=1
|
select count(*) from orders where pay_way=9
|
||||||
<if test="sysUserId!=null and sysUserId != 1">
|
<if test="sysUserId!=null and sysUserId != 1">
|
||||||
and sys_user_id=#{sysUserId}
|
and sys_user_id=#{sysUserId}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user