|
|
@ -4,7 +4,7 @@
|
|
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
|
<mapper namespace="com.ms.dal.mapper.QueueMapper">
|
|
|
|
<mapper namespace="com.ms.dal.mapper.QueueMapper">
|
|
|
|
<update id="updateLocked">
|
|
|
|
<update id="updateLocked">
|
|
|
|
update ${bufferName}
|
|
|
|
update ${tableName}
|
|
|
|
set locked =#{locked},gmt_modified='${gmtModified}'
|
|
|
|
set locked =#{locked},gmt_modified='${gmtModified}'
|
|
|
|
where ${queueIdName} = ${queueId}
|
|
|
|
where ${queueIdName} = ${queueId}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|