解决无法启动

This commit is contained in:
1378012178@qq.com 2025-09-17 15:11:36 +08:00
parent 778a96c07a
commit 7c30dc99d6
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.nu.modules.nuBaseInfo.mapper.NuBaseInfoMapper">
<mapper namespace="com.nu.modules.nubaseinfo.mapper.NuBaseInfoMapper">
<select id="getNuId" resultType="java.lang.String">
SELECT MAX(nu_id) AS max_number

View File

@ -25,6 +25,7 @@ import org.jeecg.common.system.query.QueryRuleEnum;
import org.jeecg.common.system.vo.LoginUser;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import javax.servlet.http.HttpServletRequest;
@ -48,6 +49,7 @@ public class NuBaseInfoServiceImpl extends ServiceImpl<NuBaseInfoMapper, NuBaseI
@Autowired
private CameraInfoApi cameraInfoApiService;
@Lazy
@Autowired
private IElderInfoApi elderInfoApi;