更换路径
This commit is contained in:
parent
94dbc7bd65
commit
49b6f87027
|
|
@ -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.core.account.v3.mapper.AccExceptionRecordMapper">
|
||||
<select id="selectAccExceptionRecordList" resultType="com.bonus.core.account.v3.model.AccExceptionRecord">
|
||||
<mapper namespace="com.bonus.canteen.core.account.v3.mapper.AccExceptionRecordMapper">
|
||||
<select id="selectAccExceptionRecordList" resultType="com.bonus.canteen.core.account.v3.model.AccExceptionRecord">
|
||||
SELECT id,
|
||||
cust_id,
|
||||
pay_channel,
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
ORDER BY crtime ASC
|
||||
</select>
|
||||
<!-- 离线三方支付异常记录,失败的记录-->
|
||||
<select id="queryAccExceptionRecordPage" resultType="com.bonus.core.account.v3.web.vo.AccExceptionRecordVO">
|
||||
<select id="queryAccExceptionRecordPage" resultType="com.bonus.canteen.core.account.v3.web.vo.AccExceptionRecordVO">
|
||||
SELECT
|
||||
t1.id AS recordId,
|
||||
t1.cust_id,
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
</select>
|
||||
<!-- 离线三方支付异常记录,失败的记录-合计-->
|
||||
<select id="queryAccExceptionRecordPageSum"
|
||||
resultType="com.bonus.core.account.v3.web.vo.AccExceptionRecordVO">
|
||||
resultType="com.bonus.canteen.core.account.v3.web.vo.AccExceptionRecordVO">
|
||||
SELECT
|
||||
SUM(t1.amount) AS realAmount
|
||||
FROM
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?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.core.account.v4.web.mapper.AccCardMapper">
|
||||
<mapper namespace="com.bonus.canteen.core.account.v4.web.mapper.AccCardMapper">
|
||||
|
||||
</mapper>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?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.core.allocation.canteen.mapper.AllocCanteenMapper">
|
||||
<mapper namespace="com.bonus.canteen.core.allocation.canteen.mapper.AllocCanteenMapper">
|
||||
</mapper>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?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.core.allocation.canteen.mapper.AllocStallMapper">
|
||||
<mapper namespace="com.bonus.canteen.core.allocation.canteen.mapper.AllocStallMapper">
|
||||
</mapper>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?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.core.bus.mapper.BusLineMapper">
|
||||
<mapper namespace="com.bonus.canteen.core.bus.mapper.BusLineMapper">
|
||||
|
||||
<select id="queryBusLineAndDeviceList" resultType="com.bonus.core.bus.vo.BusDeviceVO">
|
||||
<select id="queryBusLineAndDeviceList" resultType="com.bonus.canteen.core.bus.vo.BusDeviceVO">
|
||||
SELECT t1.line_id,
|
||||
t3.device_id,
|
||||
t3.device_sn,
|
||||
|
|
|
|||
Loading…
Reference in New Issue