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