zoujiajian 2 лет назад
Родитель
Сommit
b3c2234f8b
1 измененных файлов с 1 добавлено и 1 удалено
  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}