From 299ef3c1fbae436b4f0b19b2c288c008636f3265 Mon Sep 17 00:00:00 2001 From: bingbo <bingbo1993@126.com> Date: 星期日, 26 十一月 2023 11:49:29 +0800 Subject: [PATCH] 加减钢筋笼库存 带记录 --- hd/pipe/screen/src/main/resources/mapping/BigScreenMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hd/pipe/screen/src/main/resources/mapping/BigScreenMapper.xml b/hd/pipe/screen/src/main/resources/mapping/BigScreenMapper.xml index f5a063c..2aa8cb2 100644 --- a/hd/pipe/screen/src/main/resources/mapping/BigScreenMapper.xml +++ b/hd/pipe/screen/src/main/resources/mapping/BigScreenMapper.xml @@ -208,7 +208,7 @@ </select> <insert id="insertAudioGroup"> - INSERT INTO + INSERT INTO t_audio_group <trim suffix=")" prefix="(" suffixOverrides=","> <if test="id != null and id !=null"> id, -- Gitblit v1.9.3