|
@@ -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("参数为空");
|