不均衡报价列表查询
This commit is contained in:
@ -71,10 +71,13 @@
|
||||
and xm.app_manager_name like <![CDATA['%${section.appManagerName}%']]>
|
||||
</if>
|
||||
<if test="section.ownerContactId!= null and section.ownerContactId!=''" >
|
||||
and (xm.owner_contact_id #{section.ownerContactId} or xm.app_manager_id #{section.ownerContactId})
|
||||
and (xm.owner_contact_id = #{section.ownerContactId} or xm.app_manager_id = #{section.ownerContactId})
|
||||
</if>
|
||||
<if test="section.status!= null and section.status!=''" >
|
||||
and bjhbj.`status`= #{section.status}
|
||||
<if test="section.status == 0 or section.status =='0'" >
|
||||
and (bjhbj.`status` is null or bjhbj.`status`= 0)
|
||||
</if>
|
||||
<if test="section.status == 1 or section.status =='1'" >
|
||||
and bjhbj.`status`= 1
|
||||
</if>
|
||||
<if test="section.year!= null and section.year!=''" >
|
||||
and year(xm.create_date)= #{section.year}
|
||||
|
Reference in New Issue
Block a user