|
@ -57,6 +57,7 @@ |
|
|
</choose> |
|
|
</choose> |
|
|
<where> |
|
|
<where> |
|
|
e.CUSTOMER_ID = #{customerId} |
|
|
e.CUSTOMER_ID = #{customerId} |
|
|
|
|
|
AND e.DEL_FLAG = '0' |
|
|
and e.HAPPEN_TIME >= #{queryStartTime} |
|
|
and e.HAPPEN_TIME >= #{queryStartTime} |
|
|
and e.HAPPEN_TIME <![CDATA[<=]]> #{queryEndTime} |
|
|
and e.HAPPEN_TIME <![CDATA[<=]]> #{queryEndTime} |
|
|
<if test="orgType == 'agency'"> |
|
|
<if test="orgType == 'agency'"> |
|
|