|
@@ -30,6 +30,9 @@
|
|
<if test="param.startTime != null and param.startTime != ''">
|
|
<if test="param.startTime != null and param.startTime != ''">
|
|
and r.create_time BETWEEN #{param.startTime} and #{param.endTime}
|
|
and r.create_time BETWEEN #{param.startTime} and #{param.endTime}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="param.trackingNum != null and param.trackingNum != ''">
|
|
|
|
+ and cd.send_tracking_num like concat ('%',#{param.trackingNum},'%')
|
|
|
|
+ </if>
|
|
order by r.create_time desc
|
|
order by r.create_time desc
|
|
|
|
|
|
</select>
|
|
</select>
|