tms3.10修改

This commit is contained in:
赵辉
2026-03-10 23:08:27 +08:00
parent 285816055e
commit eabbec3cc1
13 changed files with 72 additions and 3 deletions
@@ -41,6 +41,9 @@
SELECT a.* FROM sys_depart_interface_info a WHERE
a.interface_type = 'networkFreight' and a.sys_org_code = #{sysOrgCode}
</select>
<select id="selectOrgNameById" resultType="java.lang.String">
select organization_name from NGWL_TEST_PRODUCT.SYS_ORGANIZATION where organization_id = #{organizationId}
</select>
<sql id="common_where">
<if test="sysDepartInterfaceInfoDo.topOrganizationId !=null">
and a.top_organization_id = #{sysDepartInterfaceInfoDo.topOrganizationId}