Commit c49ffa6c authored by suhuiguang's avatar suhuiguang

feat(tcm): 监管删除启停用企业

1.企业列表显示停用的企业
parent 881f2dfe
...@@ -104,7 +104,6 @@ ...@@ -104,7 +104,6 @@
CONCAT(street,'/',address) AS full_address CONCAT(street,'/',address) AS full_address
FROM tz_base_enterprise_info FROM tz_base_enterprise_info
<where> <where>
is_delete = '0'
<if test="tzBaseEnterpriseInfoDto.unitType!=null and tzBaseEnterpriseInfoDto.unitType!='' "> <if test="tzBaseEnterpriseInfoDto.unitType!=null and tzBaseEnterpriseInfoDto.unitType!='' ">
AND unit_type LIKE CONCAT('%',#{tzBaseEnterpriseInfoDto.unitType},'%') AND unit_type LIKE CONCAT('%',#{tzBaseEnterpriseInfoDto.unitType},'%')
</if> </if>
......
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