Commit 9206026a authored by suhuiguang's avatar suhuiguang

Merge branch 'develop_tzs_register' of…

Merge branch 'develop_tzs_register' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_register
parents dc22c4f5 673f8bc5
...@@ -165,12 +165,14 @@ ...@@ -165,12 +165,14 @@
</choose> </choose>
</if> </if>
<if test="tzBaseEnterpriseInfoDto.address!=null and tzBaseEnterpriseInfoDto.address!='' "> <if test="tzBaseEnterpriseInfoDto.address!=null and tzBaseEnterpriseInfoDto.address!='' ">
AND address LIKE CONCAT('%',#{tzBaseEnterpriseInfoDto.address},'%') AND address LIKE CONCAT('%', #{tzBaseEnterpriseInfoDto.address},'%')
</if> </if>
<if test="tzBaseEnterpriseInfoDto.regulatoryLabels!=null and tzBaseEnterpriseInfoDto.regulatoryLabels!='' "> <if test="tzBaseEnterpriseInfoDto.regulatoryLabels!=null and tzBaseEnterpriseInfoDto.regulatoryLabels!='' ">
AND regulatory_labels LIKE CONCAT('%',#{tzBaseEnterpriseInfoDto.regulatoryLabels},'%') AND regulatory_labels LIKE CONCAT('%', #{tzBaseEnterpriseInfoDto.regulatoryLabels},'%')
</if>
<if test="tzBaseEnterpriseInfoDto.dataSources!=null and tzBaseEnterpriseInfoDto.dataSources!='' ">
AND data_sources LIKE CONCAT('%', #{tzBaseEnterpriseInfoDto.dataSources},'%')
</if> </if>
<if test="tzBaseEnterpriseInfoDto.regulatoryLabelList != null and tzBaseEnterpriseInfoDto.regulatoryLabelList.size() > 0"> <if test="tzBaseEnterpriseInfoDto.regulatoryLabelList != null and tzBaseEnterpriseInfoDto.regulatoryLabelList.size() > 0">
AND ( AND (
<if test="tzBaseEnterpriseInfoDto.regulatoryLabelList.contains('无标签')"> <if test="tzBaseEnterpriseInfoDto.regulatoryLabelList.contains('无标签')">
......
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