Browse Source

feature 删除多余代码

xiahan 10 months ago
parent
commit
722c10bb07

+ 0 - 1
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ReportCheckServiceImpl.java

@@ -90,7 +90,6 @@ public class ReportCheckServiceImpl implements ReportCheckService {
     @Transactional(rollbackFor = Exception.class)
     public R updateRelevantInformation(String id) {
         log.info("保存检验结果后更新相关信息");
-        SysUserVo currentUser = CXCommonUtils.getCurrentUser();
         try {
             if (StringUtil.isBlank(id)) {
                 log.debug("参数为空");