结算修改
This commit is contained in:
parent
c68073d7bc
commit
8ea263dcd2
|
|
@ -399,9 +399,6 @@
|
||||||
<if test="info.settlementType != 3">
|
<if test="info.settlementType != 3">
|
||||||
and mt.jiju_type = #{info.settlementType}
|
and mt.jiju_type = #{info.settlementType}
|
||||||
</if>
|
</if>
|
||||||
<if test="info.settlementType = 3">
|
|
||||||
and mt.jiju_type in (1,2)
|
|
||||||
</if>
|
|
||||||
</if>
|
</if>
|
||||||
<if test="taskList != null and taskList.size() > 0">
|
<if test="taskList != null and taskList.size() > 0">
|
||||||
and rc.task_id in
|
and rc.task_id in
|
||||||
|
|
@ -442,9 +439,6 @@
|
||||||
<if test="info.settlementType != 3">
|
<if test="info.settlementType != 3">
|
||||||
and mt.jiju_type = #{info.settlementType}
|
and mt.jiju_type = #{info.settlementType}
|
||||||
</if>
|
</if>
|
||||||
<if test="info.settlementType = 3">
|
|
||||||
and mt.jiju_type in (1,2)
|
|
||||||
</if>
|
|
||||||
</if>
|
</if>
|
||||||
<if test="taskList != null and taskList.size() > 0">
|
<if test="taskList != null and taskList.size() > 0">
|
||||||
and rc.task_id in
|
and rc.task_id in
|
||||||
|
|
@ -1208,9 +1202,6 @@
|
||||||
<if test="info.settlementType != 3">
|
<if test="info.settlementType != 3">
|
||||||
and mt.jiju_type = #{info.settlementType}
|
and mt.jiju_type = #{info.settlementType}
|
||||||
</if>
|
</if>
|
||||||
<if test="info.settlementType = 3">
|
|
||||||
and mt.jiju_type in (1,2)
|
|
||||||
</if>
|
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<if test="info.endTime != null and info.startTime != null">
|
<if test="info.endTime != null and info.startTime != null">
|
||||||
|
|
@ -1284,9 +1275,6 @@
|
||||||
<if test="info.settlementType != 3">
|
<if test="info.settlementType != 3">
|
||||||
and mt.jiju_type = #{info.settlementType}
|
and mt.jiju_type = #{info.settlementType}
|
||||||
</if>
|
</if>
|
||||||
<if test="info.settlementType = 3">
|
|
||||||
and mt.jiju_type in (1,2)
|
|
||||||
</if>
|
|
||||||
</if>
|
</if>
|
||||||
<if test="info.agreementIds != null and info.agreementIds.size > 0">
|
<if test="info.agreementIds != null and info.agreementIds.size > 0">
|
||||||
and tta.agreement_id in
|
and tta.agreement_id in
|
||||||
|
|
@ -1352,9 +1340,6 @@
|
||||||
<if test="info.settlementType != 3">
|
<if test="info.settlementType != 3">
|
||||||
and mt.jiju_type = #{info.settlementType}
|
and mt.jiju_type = #{info.settlementType}
|
||||||
</if>
|
</if>
|
||||||
<if test="info.settlementType = 3">
|
|
||||||
and mt.jiju_type in (1,2)
|
|
||||||
</if>
|
|
||||||
</if>
|
</if>
|
||||||
<if test="info.unitId != null and info.unitId != 0">
|
<if test="info.unitId != null and info.unitId != 0">
|
||||||
and bai.unit_id = #{info.unitId}
|
and bai.unit_id = #{info.unitId}
|
||||||
|
|
@ -1427,9 +1412,6 @@
|
||||||
<if test="info.settlementType != 3">
|
<if test="info.settlementType != 3">
|
||||||
and mt.jiju_type = #{info.settlementType}
|
and mt.jiju_type = #{info.settlementType}
|
||||||
</if>
|
</if>
|
||||||
<if test="info.settlementType = 3">
|
|
||||||
and mt.jiju_type in (1,2)
|
|
||||||
</if>
|
|
||||||
</if>
|
</if>
|
||||||
<if test="info.endTime != null and info.startTime != null">
|
<if test="info.endTime != null and info.startTime != null">
|
||||||
and tt.create_time between #{info.startTime} and #{info.endTime}
|
and tt.create_time between #{info.startTime} and #{info.endTime}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue