Commit 8961b966 authored by chenzhao's avatar chenzhao

合同省份增加

parent aef757f2
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<if test="dto.regionCompanyId!=null and dto.regionCompanyId!=''"> <if test="dto.regionCompanyId!=null and dto.regionCompanyId!=''">
and hygf_work_order.region_company_id =#{dto.regionCompanyId} and hygf_work_order.region_company_id =#{dto.regionCompanyId}
</if> </if>
<if test="dto.dto.ownersName!=null and dto.dto.ownersName!=''"> <if test="dto.ownersName!=null and dto.dto.ownersName!=''">
and ownersName like concat ('%',#{dto.ownersName},'%') and ownersName like concat ('%',#{dto.ownersName},'%')
</if> </if>
ORDER BY ORDER BY
......
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