Commit 85a121f7 authored by hezhuozhi's avatar hezhuozhi

电站配置

parent 3a48d2b1
...@@ -847,7 +847,7 @@ ...@@ -847,7 +847,7 @@
and name like concat('%',#{dto.name},'%') and name like concat('%',#{dto.name},'%')
</if> </if>
<if test="dto.thirdCode!=null and dto.thirdCode != ''"> <if test="dto.thirdCode!=null and dto.thirdCode != ''">
and third_code like concat('%',#{dto.thirdCode},'%') and third_code = #{dto.thirdCode}
</if> </if>
<if test="dto.regionalCompaniesCode!=null and dto.regionalCompaniesCode != ''"> <if test="dto.regionalCompaniesCode!=null and dto.regionalCompaniesCode != ''">
and regional_companies_code = #{dto.regionalCompaniesCode} and regional_companies_code = #{dto.regionalCompaniesCode}
......
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