解决无法启动
This commit is contained in:
parent
778a96c07a
commit
7c30dc99d6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue