Commit 4298df9c authored by chenzhao's avatar chenzhao

权限修改

parent 2dbacea1
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
and hygf_household_contract.sign_status = #{dto.signStatus} and hygf_household_contract.sign_status = #{dto.signStatus}
</if> </if>
<if test="dto.userId != null and dto.userId !=''"> <if test="dto.userId != null and dto.userId !=''">
and hygf_household_contract.userId = #{dto.userId} and hygf_household_contract.project_user_id = #{dto.userId}
</if> </if>
<if test="dto.partyA != null and dto.partyA !=''"> <if test="dto.partyA != null and dto.partyA !=''">
and hygf_household_contract.party_a like concat('%',#{dto.partyA},'%') and hygf_household_contract.party_a like concat('%',#{dto.partyA},'%')
......
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