From 36dd02f46da844d3acabd947acf99864efd78073 Mon Sep 17 00:00:00 2001 From: mashuai Date: Sat, 10 Jan 2026 21:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/material/codeCollection/WsMaInfoMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml index aeb22272..76d014e3 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml @@ -325,6 +325,9 @@ SET this_check_time = CURDATE(), next_check_time = DATE_SUB(DATE_ADD(CURDATE(), INTERVAL 1 YEAR), INTERVAL 1 DAY), opt_time = NOW() + + ,model_id = #{modelId} + WHERE ma_code = #{maCode};