From c3f8401d4568c35c147b2ab5adaab33c23510b40 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 5 Feb 2026 20:00:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java index e751a35..8bb092e 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java @@ -1139,6 +1139,8 @@ public class MjyServiceImpl extends ServiceImpl implements IMjyS formData.put("库管员2", jsr2.getNickName()); mjyJcgjService.saveJcgj(mjyOld.getId(), JcgjlxEnum.lc.getValue(), "麻精药入库", JcmcysEnum.green.getValue(), formData, null, null); // 更新 + mjyOld.setCctj(form.getRktj()); + mjyOld.setCcwz(form.getRkwz()); mjyOld.setKc(form.getRkl()); mjyOld.setZjzt(ZjztEnum.rk.getValue()); this.updateById(mjyOld);