From cb1ccfca88c98b12b36d682047dbe64fdef70ebf Mon Sep 17 00:00:00 2001 From: chenlinghy Date: Fri, 21 Aug 2020 15:13:43 +0800 Subject: [PATCH] =?UTF-8?q?OCT=20REM:=201.=20=E4=BF=AE=E6=94=B9=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93DeviceTask=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/DeviceTask.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/DeviceTask.xml b/src/main/resources/mappers/DeviceTask.xml index 59330d11..a0aec51c 100644 --- a/src/main/resources/mappers/DeviceTask.xml +++ b/src/main/resources/mappers/DeviceTask.xml @@ -96,7 +96,7 @@ UPDATE device_task - SET execAttackTypeOut = #{attackStatsValue} + SET attackTypeStatusOut = #{attackStatsValue} WHERE id = #{id}