路径错误
This commit is contained in:
parent
e2795eb385
commit
5eea4dbb4f
|
|
@ -1,7 +1,7 @@
|
|||
<?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.bonus.canteen.core.autth.role.mapper.MgrRoleAreaMapper">
|
||||
<mapper namespace="com.bonus.canteen.core.auth.role.mapper.MgrRoleAreaMapper">
|
||||
|
||||
<select id="getTenantAreaIdList" resultType="java.lang.Long">
|
||||
SELECT r.data_id
|
||||
|
|
|
|||
|
|
@ -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.bonus.canteen.core.autth.role.mapper.MgrRoleOrgMapper">
|
||||
<mapper namespace="com.bonus.canteen.core.auth.role.mapper.MgrRoleOrgMapper">
|
||||
<insert id="insertBatch" parameterType="object">
|
||||
insert into mgr_role_org
|
||||
values
|
||||
|
|
|
|||
Loading…
Reference in New Issue