Commit 0414d0ec authored by 朱晨阳's avatar 朱晨阳

修改接口

parent 38dcc47c
...@@ -141,6 +141,9 @@ ...@@ -141,6 +141,9 @@
<if test="dto.developerName!=null and dto.developerName!=''"> <if test="dto.developerName!=null and dto.developerName!=''">
and hygf_peasant_household.developer_name like concat(concat('%',#{dto.developerName}),'%') and hygf_peasant_household.developer_name like concat(concat('%',#{dto.developerName}),'%')
</if> </if>
<if test="dto.regionalCompaniesName!=null and dto.regionalCompaniesName!=''">
and hygf_peasant_household.regional_companies_name like concat(concat('%',#{dto.regionalCompaniesName}),'%')
</if>
<if test="dto.constructionRegionManager!=null and dto.constructionRegionManager!=''"> <if test="dto.constructionRegionManager!=null and dto.constructionRegionManager!=''">
and hygf_work_order.construction_region_manager like concat(concat('%',#{dto.constructionRegionManager}),'%') and hygf_work_order.construction_region_manager like concat(concat('%',#{dto.constructionRegionManager}),'%')
</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