|
@@ -19,8 +19,6 @@ import com.zd.laboratory.service.ILabBlacklistService;
|
|
|
import com.zd.laboratory.service.ILabViolationService;
|
|
import com.zd.laboratory.service.ILabViolationService;
|
|
|
import com.zd.model.domain.R;
|
|
import com.zd.model.domain.R;
|
|
|
import com.zd.model.domain.per.PerPrefix;
|
|
import com.zd.model.domain.per.PerPrefix;
|
|
|
-import org.slf4j.Logger;
|
|
|
|
|
-import org.slf4j.LoggerFactory;
|
|
|
|
|
import org.springframework.beans.BeanUtils;
|
|
import org.springframework.beans.BeanUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
@@ -48,9 +46,6 @@ public class LabBlacklistServiceImpl implements ILabBlacklistService {
|
|
|
private LabMessageContentMapper labMessageContentMapper;
|
|
private LabMessageContentMapper labMessageContentMapper;
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private ILabViolationService iLabViolationService;
|
|
private ILabViolationService iLabViolationService;
|
|
|
-
|
|
|
|
|
- private static final Logger log = LoggerFactory.getLogger(LabBlacklistServiceImpl.class);
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* 设置黑名单用户
|
|
* 设置黑名单用户
|
|
|
*
|
|
*
|