...
|
...
|
@@ -170,7 +170,7 @@ |
|
|
SELECT <include refid="Base_Column_List" />
|
|
|
FROM express_info
|
|
|
where order_code = #{orderCode} and express_type = #{expressType}
|
|
|
ORDER BY data_type desc, create_time DESC
|
|
|
ORDER BY data_type , create_time DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="selectExpressInfoListByWaybillCodeAndLogisticsType" resultMap="BaseResultMap">
|
...
|
...
|
|