main^2^2
黄海 11 months ago
parent 24bbf9d9c5
commit 1953641579

@ -22,6 +22,7 @@
<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导致找快卜要了一下他们没给只好根据自己的理解编写了一个-->

@ -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
*

Loading…
Cancel
Save