Sfoglia il codice sorgente

小程序技术公出企业编号修改

anderx 1 settimana fa
parent
commit
6ecdb39c2e

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

@@ -1897,7 +1897,9 @@
     </select>
     <select id="selectOrderByuid" resultType="java.util.Map">
         select order_no orderNo,contract_no contractNo,total_amount totalAmount
-        from t_order_new  where delete_sign in (0,2) and  buyer_id = #{uid}
+        from t_order_new
+        where delete_sign in (0,2) and process_status &gt; 0
+        and  buyer_id = #{uid}
         order by create_time desc
     </select>
     <select id="orderSalesSourceAmount" resultType="com.goafanti.order.bo.outStatistics.OutOrderSalesSourceAmount">