feat:财务数据区分
This commit is contained in:
@@ -331,6 +331,14 @@
|
||||
#{regionId}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="ownShopFlag!=null">
|
||||
<if test="ownShopFlag">
|
||||
si.join_mode = 3
|
||||
</if>
|
||||
<if test="!ownShopFlag">
|
||||
si.join_mode != 3
|
||||
</if>
|
||||
</if>
|
||||
order by a.update_time desc
|
||||
</where>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user