Commit 56da91ea authored by tangwei's avatar tangwei

解决依耐

parent 70b9c225
......@@ -11,6 +11,7 @@ import com.yeejoin.equipmanage.common.entity.*;
import com.yeejoin.equipmanage.common.utils.SpringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Lazy;
import org.springframework.http.MediaType;
import org.springframework.scheduling.annotation.Async;
import org.springframework.web.bind.annotation.DeleteMapping;
......@@ -86,6 +87,7 @@ public class FireFightingSystemController extends AbstractBaseController {
IFireFightingSystemService fireFightingSystemService;
@Autowired
IUploadFileService uploadFileService;
@Lazy
@Autowired
IEquipmentSpecificSerivce equipmentSpecificSerivce;
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment