unlock修复

20230922-ljl-fixBug
wangchaoxu 1 year ago
parent ebaaf7c9cc
commit ee65c29a77

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

Loading…
Cancel
Save