From 62df3fffda7eb5a2bc5d305205f970b5a09682d1 Mon Sep 17 00:00:00 2001 From: yq183 <645046984@qq.com> Date: Thu, 20 Mar 2025 09:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/system/BehaviorDetectionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yq-system/src/main/resources/mapper/system/BehaviorDetectionMapper.xml b/yq-system/src/main/resources/mapper/system/BehaviorDetectionMapper.xml index 2dabae8..aae202f 100644 --- a/yq-system/src/main/resources/mapper/system/BehaviorDetectionMapper.xml +++ b/yq-system/src/main/resources/mapper/system/BehaviorDetectionMapper.xml @@ -80,7 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" SELECT face_name AS faceName, - SUM( id ) AS behaviorSum + SUM(water_intake) AS behaviorSum FROM behavior_detection WHERE