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}