Browse Source

按人员查询巡护任务接口增加id返回值

Memory_LG 1 year ago
parent
commit
5ac52e0e1b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/mapper/digitalforest/ForestViewNewMapper.xml

+ 1 - 0
src/main/resources/mapper/digitalforest/ForestViewNewMapper.xml

@@ -168,6 +168,7 @@
 
     <select id="selectTaskList" parameterType="CenterdataTHydraulicPatrolTask" resultType="map">
         SELECT
+                a.id,
                a.task_name taskName,
                IFNULL(Round(sum(b.distance) / 1000, 2), 0) distance,
                c.`name` planName,