Browse Source

防错放行列表

baihe 3 years ago
parent
commit
2140077686
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application-facade/src/main/resources/mapper/PlanPassMapper.xml

+ 1 - 1
application-facade/src/main/resources/mapper/PlanPassMapper.xml

@@ -8,7 +8,7 @@
         SELECT DISTINCT
         bp.id AS id,
         bp.`name` AS NAME,
-        bp.plan_type AS plan_type
+        bp.plan_type AS plan_type,
         ot.id as taskId
         FROM
         onsite_approval_task rat,