From 2e82d02f984a464ddd4a3bd1ef31e1fbaaf253c2 Mon Sep 17 00:00:00 2001 From: tangw Date: Tue, 13 Jan 2026 15:55:52 +0800 Subject: [PATCH] QC --- liswork/src/main/resources/mapper/QcBatchnoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liswork/src/main/resources/mapper/QcBatchnoMapper.xml b/liswork/src/main/resources/mapper/QcBatchnoMapper.xml index 20d3df4..8fde289 100644 --- a/liswork/src/main/resources/mapper/QcBatchnoMapper.xml +++ b/liswork/src/main/resources/mapper/QcBatchnoMapper.xml @@ -31,7 +31,7 @@ insert into qc_batchno(yq, zkpph, zkph, startda, conc, expiredt, endda, useflag, qcsrc, standsrc, bk, batchno) - values(#{yq},#{zkpph},#{startda},#{conc},#{expiredt},#{endda},#{useflag},#{qcsrc},#{standsrc},#{bk},#{batchno}) + values(#{yq},#{zkpph},#{zkph},#{startda},#{conc},#{expiredt},#{endda},#{useflag},#{qcsrc},#{standsrc},#{bk},#{batchno})