|
@@ -610,6 +610,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test='maps.upETime != null '>
|
|
|
and DATE(l.update_time) <= DATE(#{maps.upETime})
|
|
|
</if>
|
|
|
+ <if test="maps.sourceType != null">
|
|
|
+ and send_type = #{maps.sourceType}
|
|
|
+ </if>
|
|
|
<if test="maps.sopIds != null and maps.sopIds.size() > 0">
|
|
|
and l.sop_id in
|
|
|
AND sop_id IN
|