소스 검색

Merge remote-tracking branch 'origin/dev_v1.0.0' into dev_v1.0.0

shudonghui 1 년 전
부모
커밋
3c60a20177
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      sop-business/src/main/java/com/qmth/sop/business/service/impl/SopScheduleServiceImpl.java

+ 0 - 4
sop-business/src/main/java/com/qmth/sop/business/service/impl/SopScheduleServiceImpl.java

@@ -11,7 +11,6 @@ import com.qmth.sop.business.entity.TFCustomFlow;
 import com.qmth.sop.business.mapper.SopScheduleMapper;
 import com.qmth.sop.business.mapper.TBSopInfoMapper;
 import com.qmth.sop.business.service.SopScheduleService;
-import com.qmth.sop.business.service.SysUserService;
 import com.qmth.sop.business.service.TDFormWidgetMetadataService;
 import com.qmth.sop.business.service.TFCustomFlowService;
 import com.qmth.sop.common.contant.SystemConstant;
@@ -35,9 +34,6 @@ public class SopScheduleServiceImpl extends ServiceImpl<SopScheduleMapper, TBSop
     @Resource
     TDFormWidgetMetadataService tdFormWidgetMetadataService;
 
-    @Resource
-    private SysUserService sysUserService;
-
     @Resource
     TFCustomFlowService tfCustomFlowService;