Commit 84d8677e authored by diaoruifeng's avatar diaoruifeng

服务列表树功能优化

parent b45930fd
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
<if test="apiGroupCode !=null and apiGroupCode!=''"> <if test="apiGroupCode !=null and apiGroupCode!=''">
and oab.api_group_code = #{apiGroupCode} and oab.api_group_code = #{apiGroupCode}
</if> </if>
<if test="apiGroupCompanyCode !=null and apiGroupCompanyCode!=''"> <if test="apiUnit !=null and apiUnit!=''">
and oab.api_unit = #{apiGroupCompanyCode} and oab.api_unit = #{apiUnit}
</if> </if>
<if test="apiPromotion !=null and apiPromotion!=''"> <if test="apiPromotion !=null and apiPromotion!=''">
and oab.api_promotion = #{apiPromotion} and oab.api_promotion = #{apiPromotion}
......
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