From 0e8aae27274c1b1b7a283ba73963af78417202c3 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期六, 06 七月 2024 13:32:52 +0800 Subject: [PATCH] 冠鸿接口对接 --- src/main/resources/mapper/OrderDetlMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/OrderDetlMapper.xml b/src/main/resources/mapper/OrderDetlMapper.xml index 3b102b7..a37ed6f 100644 --- a/src/main/resources/mapper/OrderDetlMapper.xml +++ b/src/main/resources/mapper/OrderDetlMapper.xml @@ -175,7 +175,7 @@ set qty = qty + #{qty} where 1=1 and order_no = #{orderNo} - and matnr = #{matnr} + and model = #{matnr} <choose> <when test="batch != null and batch != ''"> and batch = #{batch} -- Gitblit v1.9.1