|
@@ -90,7 +90,7 @@
|
|
AND sd.model LIKE CONCAT('%',#{model},'%')
|
|
AND sd.model LIKE CONCAT('%',#{model},'%')
|
|
</if>
|
|
</if>
|
|
<if test="expressNo != null and expressNo != ''">
|
|
<if test="expressNo != null and expressNo != ''">
|
|
- AND tbdd.express_no LIKE CONCAT('%',#{express_no},'%')
|
|
|
|
|
|
+ AND tbdd.express_no LIKE CONCAT('%',#{expressNo},'%')
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
ORDER BY tbdd.update_time DESC
|
|
ORDER BY tbdd.update_time DESC
|
|
@@ -184,7 +184,7 @@
|
|
AND sd.model LIKE CONCAT('%',#{model},'%')
|
|
AND sd.model LIKE CONCAT('%',#{model},'%')
|
|
</if>
|
|
</if>
|
|
<if test="expressNo != null and expressNo != ''">
|
|
<if test="expressNo != null and expressNo != ''">
|
|
- AND tbdd.express_no LIKE CONCAT('%',#{express_no},'%')
|
|
|
|
|
|
+ AND tbdd.express_no LIKE CONCAT('%',#{expressNo},'%')
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
ORDER BY tbdd.update_time DESC
|
|
ORDER BY tbdd.update_time DESC
|