瀏覽代碼

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

anderx 1 周之前
父節點
當前提交
6ecdb39c2e
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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