Commit 402d5d54 authored by tianbo's avatar tianbo

fix:总览-行业主管部门分表弹窗接口修改(行业主管部门为空按其他筛选)

parent ad79c649
...@@ -170,7 +170,10 @@ ...@@ -170,7 +170,10 @@
</if> </if>
<if test="tzBaseEnterpriseInfoDto.industrySupervisor!=null and tzBaseEnterpriseInfoDto.industrySupervisor!='' "> <if test="tzBaseEnterpriseInfoDto.industrySupervisor!=null and tzBaseEnterpriseInfoDto.industrySupervisor!='' ">
AND industry_supervisor = #{tzBaseEnterpriseInfoDto.industrySupervisor} AND (industry_supervisor = #{tzBaseEnterpriseInfoDto.industrySupervisor}
<if test=" tzBaseEnterpriseInfoDto.industrySupervisor = '6527' ">
or industry_supervisor is null
</if>)
</if> </if>
AND is_delete = 0 AND is_delete = 0
</where> </where>
......
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