Commit 6a0b729f authored by chenzhao's avatar chenzhao

权限修改

parent 035072b7
......@@ -7,9 +7,7 @@
select
*
from hygf_household_contract
LEFT JOIN
(select developer_user_id,developer_code FROM hygf_peasant_household ) php ON php.developer_code= hygf_household_contract.dealer_code
<where>
LEFT JOIN hygf_peasant_household php ON php.sequence_nbr = hygf_household_contract.peasant_household_id <where>
<if test="dto.name != null ">
and hygf_household_contract.name like concat('%',#{dto.name},'%')
</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