tms3.10修改
This commit is contained in:
+3
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user