Commit 57c368c2 authored by tianyiming's avatar tianyiming

大瓶企业列表-行业主管部门筛选bug修改

parent e75c400e
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
CONCAT(street,'/',address) AS full_address CONCAT(street,'/',address) AS full_address
FROM FROM
amos_tzs_biz.tz_base_enterprise_info tz_base_enterprise_info
<if test=" tzBaseEnterpriseInfoDto.unitType.indexOf('检验检测机构') !=-1 "> <if test=" tzBaseEnterpriseInfoDto.unitType.indexOf('检验检测机构') !=-1 ">
JOIN (select unit_code,max(accept_date) from tz_jyjc_opening_application JOIN (select unit_code,max(accept_date) from tz_jyjc_opening_application
where status = #{tzBaseEnterpriseInfoDto.jyjcStatus} where status = #{tzBaseEnterpriseInfoDto.jyjcStatus}
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
</if> </if>
<if test="tzBaseEnterpriseInfoDto.industrySupervisor!=null and tzBaseEnterpriseInfoDto.industrySupervisor!='' "> <if test="tzBaseEnterpriseInfoDto.industrySupervisor!=null and tzBaseEnterpriseInfoDto.industrySupervisor!='' ">
AND industrySupervisor = #{tzBaseEnterpriseInfoDto.industrySupervisor} AND industry_supervisor = #{tzBaseEnterpriseInfoDto.industrySupervisor}
</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