|
|
|
@ -18,7 +18,6 @@ import com.hyp.system.domain.vo.ApplyInfoListVO;
|
|
|
|
|
import com.hyp.system.domain.vo.FileRelationVO;
|
|
|
|
|
import com.hyp.system.service.*;
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
|
|
|
@ -52,7 +51,7 @@ public class ApplyInfoListManager {
|
|
|
|
|
private RewFileRelationService relationService;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
@Resource
|
|
|
|
|
private ISysDictTypeService dictTypeService;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|