CZT
2023-11-02 391c534a5ed0a07f8e9feb2ddaf14cfed070300d
igds-recir/src/main/java/com/ld/igds/drug/service/HDrugService.java
@@ -87,8 +87,6 @@
        if (null == data.getDeptId()) {
            data.setDeptId(ContextUtil.subDeptId(null));
        }
        DefaultDept dept = sysDeptService.getDeptById(data.getDeptId());
        data.setDeptName(dept.getName());
        Session session = this.getSessionFactory().openSession();
        data.setUpdateTime(new Date());
        data.setUpdateUser(ContextUtil.getLoginUserCName());