|
|
@@ -108,7 +108,7 @@ |
|
|
select count(*) from wx_msg_callback where msg_id=#{msgId} and status=#{status} |
|
|
select count(*) from wx_msg_callback where msg_id=#{msgId} and status=#{status} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<update id="updateBybatchNo" parameterType="com.iformall.domain.po.WxMsgCallback"> |
|
|
|
|
|
|
|
|
<update id="updateByBatchNo" parameterType="com.iformall.domain.po.WxMsgCallback"> |
|
|
update wx_msg_callback set status=#{status},status_msg=#{statusMsg} where `batch_no` = #{batchNo} |
|
|
update wx_msg_callback set status=#{status},status_msg=#{statusMsg} where `batch_no` = #{batchNo} |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
|