Skip to content

Commit 938ef27

Browse files
author
王灏
committed
[IMP] bug fix
1 parent cda9050 commit 938ef27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/mapper/AppServiceMapper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
das.project_id,
551551
das.`name`,
552552
das.CODE,
553-
das.type,
553+
das.type
554554
FROM devops_app_service das
555555
LEFT JOIN devops_app_service_share_rule b ON das.id = b.app_service_id
556556
<where>

0 commit comments

Comments
 (0)