From 19838a8bf458e94bed799363d11b35b517ab15df Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期三, 18 十二月 2024 18:48:46 +0800 Subject: [PATCH] # --- src/main/resources/mapper/OrderDetlMapper.xml | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/OrderDetlMapper.xml b/src/main/resources/mapper/OrderDetlMapper.xml index c46a62c..cc7ded4 100644 --- a/src/main/resources/mapper/OrderDetlMapper.xml +++ b/src/main/resources/mapper/OrderDetlMapper.xml @@ -55,12 +55,15 @@ <sql id="standbyAll"> and batch = #{batch} - and line_number = #{lineNumber} - and specs = #{specs} + and brand = #{brand} and standby1 = #{standby1} and standby2 = #{standby2} and standby3 = #{standby3} </sql> + <sql id="standbyAllMemo"> + -- and line_number = #{lineNumber} + -- and specs = #{specs} + </sql> <select id="selectItem" resultMap="BaseResultMap"> select * from man_order_detl -- Gitblit v1.9.1