Ver código fonte

APP订单修改

wanghui 8 anos atrás
pai
commit
7ebf6dd818

+ 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>