完成巡检

This commit is contained in:
attiya 2025-12-11 11:47:26 +08:00
parent 7a82af94c1
commit 964a155010

View File

@ -26,7 +26,6 @@ import com.mybatisflex.spring.service.impl.ServiceImpl;
import jakarta.annotation.Resource; import jakarta.annotation.Resource;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.postgresql.geometric.PGpoint; import org.postgresql.geometric.PGpoint;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartFile;
@ -95,7 +94,8 @@ public class EbikeBikeOrderServiceImpl extends ServiceImpl<EbikeBikeOrderMapper,
@Resource @Resource
private EbikeBatteryInfoMapper ebikeBatteryInfoMapper; private EbikeBatteryInfoMapper ebikeBatteryInfoMapper;
@Autowired
@Resource
private EbikeOrderFileMapper ebikeOrderFileMapper; private EbikeOrderFileMapper ebikeOrderFileMapper;
@Override @Override