Kaynağa Gözat

订单审核修改

rgb 6 yıl önce
ebeveyn
işleme
16f985b7df

+ 1 - 1
diagbotman-service/src/main/resources/mapper/ProductOrderMapper.xml

@@ -64,7 +64,7 @@
         b.reject_reason as rejectReason
         from diag_order_details b join diag_lantone_product c on b.product_id=c.id
         where b.is_deleted = 'N' and c.is_deleted = 'N'
-        and b.num in
+        and b.order_num in
         <foreach collection="list" separator="," open="(" close=")" item="num">
             #{num}
         </foreach>