소스 검색

防错放行列表

baihe 3 년 전
부모
커밋
2140077686
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,