Commit 6a0b729f authored by chenzhao's avatar chenzhao

权限修改

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