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);