|
|
@ -181,9 +181,9 @@ |
|
|
|
where |
|
|
|
1=1 |
|
|
|
<if test="project != null and project!=''"> |
|
|
|
a.project = #{project} |
|
|
|
and a.project = #{project} |
|
|
|
</if> |
|
|
|
b.buyer_user_id=#{buyerUserId} |
|
|
|
and b.buyer_user_id=#{buyerUserId} |
|
|
|
<if test='state==1'> |
|
|
|
and a.after_state in (1,2,3,5,6,7,10) |
|
|
|
</if> |
|
|
|