Merge pull request 'demand: tms-运输管理-货物组批次-非总部账号增加查询权限-可查询组批次下一网点与自己相关的批次信息' (#263) from develop into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/263
This commit is contained in:
heyu 2025-12-11 17:11:44 +08:00
commit 3186891f34

View File

@ -223,6 +223,7 @@
and (
start_site_code=#{params.privSiteCode}
or create_site=#{params.privSiteCode}
or next_site_code=#{params.privSiteCode}
)
</if>
</where>