demand: tms-运输管理-货物组批次-非总部账号增加查询权限-可查询组批次下一网点与自己相关的批次信息

This commit is contained in:
aike 2025-12-11 16:48:41 +08:00
parent 7a0d331d6d
commit fc2b770286

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>