From 95222d05f52c2ba7fec741fc54349b462ad7dd1a Mon Sep 17 00:00:00 2001 From: lightming7 Date: Tue, 7 Apr 2026 16:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/stat/SendPoliceTaskStatMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-system/src/main/resources/mapper/stat/SendPoliceTaskStatMapper.xml b/ruoyi-system/src/main/resources/mapper/stat/SendPoliceTaskStatMapper.xml index 3c2f1ea..0f08a69 100644 --- a/ruoyi-system/src/main/resources/mapper/stat/SendPoliceTaskStatMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/stat/SendPoliceTaskStatMapper.xml @@ -598,6 +598,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ,a.type as sendPoliceType,byd.dict_label as sendPoliceTypeName,DATE_FORMAT(a.actdate,'%Y-%m-%d %H:%i:%s')as actDate ,DATE_FORMAT(a.enddate,'%Y-%m-%d %H:%i:%s')as endDate,a.actdetail,dp.DEPT_NAME as unitName ,b.tasktype_id,b.tasktype_id2,tsk1.taskname as task1name,tsk2.taskname as task2name,e.dict_label as stateText + ,c.remark from JW_SendPolice a left join JW_PoliceApply b on a.object_id=b.jw_policeapply_id left join BASE_TASK tsk1 on tsk1.task_id=b.tasktype_id