zoujiajian 2 years ago
parent
commit
b3c2234f8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netflix-dao/src/main/resources/mapper/GroupRelationMapper.xml

+ 1 - 1
netflix-dao/src/main/resources/mapper/GroupRelationMapper.xml

@@ -18,7 +18,7 @@
         send_time = null,
         submit_time = null,
         operator = null,
-        yhs_id = 0,
+        yhs_id = 0
         where id = #{entity.id}
         <if test="expireTime != null">
             and expiry_time = #{expireTime}