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}