feat:财务数据区分

This commit is contained in:
苏竹红
2025-05-21 15:02:46 +08:00
parent 57ead148d0
commit 2d3f1ecd82
4 changed files with 41 additions and 7 deletions

View File

@@ -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>