zoujiajian пре 2 година
родитељ
комит
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}