Просмотр исходного кода

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

anderx 1 неделя назад
Родитель
Сommit
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">