From 02f28b9cbb615f6d15dc6d92b30d447755d3bc8a Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Sat, 26 Jul 2025 16:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AF=95=E5=90=8E=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E9=A9=B3=E5=9B=9E=E8=87=B3=E7=BB=B4=E4=BF=AE=E5=AE=9A=E6=8D=9F?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/material/repair/RepairInputDetailsMapper.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairInputDetailsMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairInputDetailsMapper.xml index 7d6a9dba..26324b06 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairInputDetailsMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairInputDetailsMapper.xml @@ -408,7 +408,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" back_id, - create_time + create_time, + is_ds ) values ( @@ -436,7 +437,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{backId}, - NOW() + NOW(), + 1 )