wangliang 1 سال پیش
والد
کامیت
e7996a3d21
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;