From e96735d51730b816041a6123e865c259856b4781 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 06 九月 2023 15:30:02 +0800 Subject: [PATCH] #上架规则完成 --- src/main/resources/mapper/OrderDetlMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/mapper/OrderDetlMapper.xml b/src/main/resources/mapper/OrderDetlMapper.xml index c2043b0..72a0ebd 100644 --- a/src/main/resources/mapper/OrderDetlMapper.xml +++ b/src/main/resources/mapper/OrderDetlMapper.xml @@ -71,9 +71,9 @@ where 1=1 and order_no = #{orderNo} and matnr = #{matnr} - <if test="batch!=null and batch!=''"> - and batch = #{batch} - </if> +<!-- <if test="batch!=null and batch!=''">--> +<!-- and batch = #{batch}--> +<!-- </if>--> </select> <select id="selectWorkingDetls" resultMap="BaseResultMap"> -- Gitblit v1.9.1