Browse Source

APP订单修改

wanghui 8 years ago
parent
commit
7ebf6dd818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TOrderMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TOrderMapper.xml

@@ -902,7 +902,7 @@
     <include refid="Base_Column_List" />
     from t_order where delete_sign = 0
     <choose>
-    	<when test="orderStatus == 0"><!-- 意向订单 -->
+    	<when test="orderStatus == 1"><!-- 意向订单 -->
     		and order_status = 1 and (buyer_id = #{uid,jdbcType=VARCHAR} or seller_id =  #{uid,jdbcType=VARCHAR})
     	</when>
     	<otherwise>