REM:
1. 修改数据库DeviceTask字段
This commit is contained in:
chenlinghy 2020-08-21 15:13:43 +08:00
parent 03e01027aa
commit cb1ccfca88
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<update id="changeAttackTypeStatusOutValue"> <update id="changeAttackTypeStatusOutValue">
UPDATE device_task UPDATE device_task
SET execAttackTypeOut = #{attackStatsValue} SET attackTypeStatusOut = #{attackStatsValue}
WHERE id = #{id} WHERE id = #{id}
</update> </update>