Commit dd2ca2c5 authored by zhaochengming's avatar zhaochengming

总部--bug修改

parent cf4df257
...@@ -31,5 +31,13 @@ ...@@ -31,5 +31,13 @@
where tenant_name = #{appName} where tenant_name = #{appName}
</select> </select>
<select id="selcctCodeList" resultType="java.lang.Integer">
select *
from ocp_tenant_base
where tenant_group_code = #{tenantGroupCode}
</select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment