From 6b784c3f1fab13a773674ee7d9d2e8ea6e68ec0d Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Fri, 7 May 2021 17:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=97=B4=E9=94=99?= =?UTF-8?q?=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/custom/SysOrderPauseMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stdiet-custom/src/main/resources/mapper/custom/SysOrderPauseMapper.xml b/stdiet-custom/src/main/resources/mapper/custom/SysOrderPauseMapper.xml index ebf0c6e05..c81aff4a7 100644 --- a/stdiet-custom/src/main/resources/mapper/custom/SysOrderPauseMapper.xml +++ b/stdiet-custom/src/main/resources/mapper/custom/SysOrderPauseMapper.xml @@ -8,6 +8,7 @@ + @@ -36,6 +37,7 @@ where sop.del_flag = 0 and sop.order_id = #{orderId} and sop.cus_id = #{cusId} + and sop.out_id = #{outId} and sop.pause_start_date = #{pauseStartDate} and sop.pause_end_date = #{pauseEndDate} and sop.reason = #{reason}