|
|
|
@ -1536,12 +1536,6 @@ |
|
|
|
|
<if test="invoiceNo != null and invoiceNo != '' and invoiceNo != 'null' "> |
|
|
|
|
and t.invoice_no = #{invoiceNo} |
|
|
|
|
</if> |
|
|
|
|
<if test="deptId != null and deptId != '' and deptId != 'null' and deptId != '99'"> |
|
|
|
|
and t.dept_id = #{deptId} |
|
|
|
|
</if> |
|
|
|
|
<if test="deptId == ''"> |
|
|
|
|
and t.dept_id is null |
|
|
|
|
</if> |
|
|
|
|
<if test="sellerName != null and sellerName != '' and sellerName != 'null' "> |
|
|
|
|
and t.xf_name like concat(#{sellerName},'%') |
|
|
|
|
</if> |
|
|
|
@ -1604,12 +1598,6 @@ |
|
|
|
|
test="authenticationPeople != null and authenticationPeople != '' and authenticationPeople != 'null'"> |
|
|
|
|
and t.gx_user_name like concat(#{authenticationPeople},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="deptId != null and deptId != '' and deptId != 'null' and deptId != '99'"> |
|
|
|
|
and t.dept_id = #{deptId} |
|
|
|
|
</if> |
|
|
|
|
<if test="deptId == ''"> |
|
|
|
|
and t.dept_id is null |
|
|
|
|
</if> |
|
|
|
|
<if test="currentPeriod != null and currentPeriod != '' and currentPeriod != 'null'"> |
|
|
|
|
and t.rzh_belong_date = #{currentPeriod} |
|
|
|
|
</if> |
|
|
|
@ -1655,12 +1643,6 @@ |
|
|
|
|
<if test="invoiceNo != null and invoiceNo != '' and invoiceNo != 'null' "> |
|
|
|
|
and t.invoice_no = #{invoiceNo} |
|
|
|
|
</if> |
|
|
|
|
<if test="deptId != null and deptId != '' and deptId != 'null' and deptId != '99'"> |
|
|
|
|
and t.dept_id = #{deptId} |
|
|
|
|
</if> |
|
|
|
|
<if test="deptId == ''"> |
|
|
|
|
and t.dept_id is null |
|
|
|
|
</if> |
|
|
|
|
<if test="sellerName != null and sellerName != '' and sellerName != 'null' "> |
|
|
|
|
and t.xf_name like concat(#{sellerName},'%') |
|
|
|
|
</if> |
|
|
|
@ -1724,12 +1706,6 @@ |
|
|
|
|
test="authenticationPeople != null and authenticationPeople != '' and authenticationPeople != 'null'"> |
|
|
|
|
and t.gx_user_name like concat(#{authenticationPeople},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="deptId != null and deptId != '' and deptId != 'null' and deptId != '99' "> |
|
|
|
|
and t.dept_id = #{deptId} |
|
|
|
|
</if> |
|
|
|
|
<if test="deptId == ''"> |
|
|
|
|
and t.dept_id is null |
|
|
|
|
</if> |
|
|
|
|
<if test="currentPeriod != null and currentPeriod != '' and currentPeriod != 'null'"> |
|
|
|
|
and t.rzh_belong_date = #{currentPeriod} |
|
|
|
|
</if> |
|
|
|
|