zoujiajian hace 2 años
padre
commit
b3c2234f8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}