Authored by mali

Merge branch 'test6.8.3' into gray

@@ -390,7 +390,7 @@ @@ -390,7 +390,7 @@
390 390
391 <select id="selectByUidStorageStatusGBBPSList" resultMap="BaseResultMap"> 391 <select id="selectByUidStorageStatusGBBPSList" resultMap="BaseResultMap">
392 select <include refid="Base_Column_List" /> from seller_order_goods 392 select <include refid="Base_Column_List" /> from seller_order_goods
393 - where storage_id = #{storageId,jdbcType=INTEGER}, 393 + where storage_id = #{storageId,jdbcType=INTEGER}
394 and <include refid="sql_where_4_select_UidStatusGBBNList"/> 394 and <include refid="sql_where_4_select_UidStatusGBBNList"/>
395 </select> 395 </select>
396 </mapper> 396 </mapper>
@@ -118,11 +118,7 @@ public class BuyerOrderDetailService extends AbsOrderDetailService implements IO @@ -118,11 +118,7 @@ public class BuyerOrderDetailService extends AbsOrderDetailService implements IO
118 // 待付款时,剩余时间 118 // 待付款时,剩余时间
119 Integer leftTime = getLeftTime(tabType,buyerOrder.getUid(), buyerOrder.getOrderCode(), orderStatus.getCode(), buyerOrder.getCreateTime()); 119 Integer leftTime = getLeftTime(tabType,buyerOrder.getUid(), buyerOrder.getOrderCode(), orderStatus.getCode(), buyerOrder.getCreateTime());
120 statusDetail.setLeftTime(leftTime); 120 statusDetail.setLeftTime(leftTime);
121 - boolean isShowWaitingTime = OrderStatus.WAITING_RECEIVE.getCode() == orderStatus.getCode();  
122 - if(isShowWaitingTime){  
123 - int leftSeconds = BuyerConfirmHandler.DELAY_MINUTES_7_DAYS*60 - (DateUtil.getCurrentTimeSecond()-buyerOrder.getUpdateTime());  
124 - statusDetail.setDetailDesc(OrderDetailDescHelper.buildLeftTimeDesc(leftSeconds));  
125 - } 121 +
126 122
127 if(ActionStatusHold.getBuyerShowExpressStatusList().contains(orderStatus.getCode())){ 123 if(ActionStatusHold.getBuyerShowExpressStatusList().contains(orderStatus.getCode())){
128 statusDetail.setExpressShow(true); 124 statusDetail.setExpressShow(true);