Commit 38dcc47c authored by 朱晨阳's avatar 朱晨阳

修改接口

parent 8724c42f
......@@ -138,6 +138,9 @@
<if test="dto.peasantHouseholdNo!=null and dto.peasantHouseholdNo!=''">
and hygf_peasant_household.peasant_household_no like concat(concat('%',#{dto.peasantHouseholdNo}),'%')
</if>
<if test="dto.developerName!=null and dto.developerName!=''">
and hygf_peasant_household.developer_name like concat(concat('%',#{dto.developerName}),'%')
</if>
<if test="dto.constructionRegionManager!=null and dto.constructionRegionManager!=''">
and hygf_work_order.construction_region_manager like concat(concat('%',#{dto.constructionRegionManager}),'%')
</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