|
|
|
@ -22,11 +22,13 @@
|
|
|
|
|
<result column="activity_content" property="activityContent" jdbcType="VARCHAR" />
|
|
|
|
|
<result column="create_time" property="createTime" jdbcType="TIMESTAMP" />
|
|
|
|
|
<result column="update_time" property="updateTime" jdbcType="TIMESTAMP" />
|
|
|
|
|
<result column="push_status" property="pushStatus" jdbcType="TINYINT" />
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<!--黄海发现ms-task运行时报错,可能是因为缺失相应的sql导致,找快卜要了一下他们没给,只好根据自己的理解编写了一个-->
|
|
|
|
|
<!--Invalid bound statement (not found)的原因以及解决方法-->
|
|
|
|
|
<!--https://blog.csdn.net/axbhealj/article/details/130331164-->
|
|
|
|
|
<!--安装插件mybatisx,以便观察sql语句是否对应完整的问题-->
|
|
|
|
|
<select id="queryPushFailedChargeMarket" resultMap="BaseResultMap">
|
|
|
|
|
SELECT
|
|
|
|
|
*
|
|
|
|
|