|
|
@ -1,6 +1,6 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-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" >
|
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
|
|
|
<mapper namespace="com.charge.station.dao.ChargeMarketDOMapper" >
|
|
|
|
<mapper namespace="com.charge.task.dao.ChargeMarketDOMapper" >
|
|
|
|
<resultMap id="BaseResultMap" type="com.charge.task.model.ChargeMarketDO" >
|
|
|
|
<resultMap id="BaseResultMap" type="com.charge.task.model.ChargeMarketDO" >
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
@ -27,6 +27,7 @@
|
|
|
|
<!--黄海发现ms-task运行时报错,可能是因为缺失相应的sql导致,找快卜要了一下他们没给,只好根据自己的理解编写了一个-->
|
|
|
|
<!--黄海发现ms-task运行时报错,可能是因为缺失相应的sql导致,找快卜要了一下他们没给,只好根据自己的理解编写了一个-->
|
|
|
|
<!--Invalid bound statement (not found)的原因以及解决方法-->
|
|
|
|
<!--Invalid bound statement (not found)的原因以及解决方法-->
|
|
|
|
<!--https://blog.csdn.net/axbhealj/article/details/130331164-->
|
|
|
|
<!--https://blog.csdn.net/axbhealj/article/details/130331164-->
|
|
|
|
|
|
|
|
<!--安装插件mybatisx,以便观察sql语句是否对应完整的问题-->
|
|
|
|
<select id="queryPushFailedChargeMarket" resultMap="BaseResultMap">
|
|
|
|
<select id="queryPushFailedChargeMarket" resultMap="BaseResultMap">
|
|
|
|
SELECT
|
|
|
|
SELECT
|
|
|
|
*
|
|
|
|
*
|
|
|
|