Ver código fonte

订单列表薪资支付方式筛选

lishiqiang 2 semanas atrás
pai
commit
3727dd1e5c

+ 4 - 0
ship-module-trade/ship-module-trade-biz/src/main/resources/mapper/order/TradeOrderMapper.xml

@@ -639,6 +639,10 @@
         <if test="vo.sourceId != null and vo.sourceId != ''">
             AND td.source_id = #{vo.sourceId}
         </if>
+        <if test="vo.paymentStatus != null">
+            AND td.pay_status = #{vo.paymentStatus}
+        </if>
+
         <if test="vo.distributorId != null and vo.distributorId != ''">
             AND td.source_id = #{vo.distributorId}
         </if>