From fd29ca6cef3074b7d43fc0885ffe5bfe730bfd42 Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期二, 15 七月 2025 22:41:46 +0800
Subject: [PATCH] 修改配偶时 将原配偶对应的spouseid进行清空

---
 zhang-content/src/main/java/com/ruoyi/domain/Meeting.java |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/zhang-content/src/main/java/com/ruoyi/domain/Meeting.java b/zhang-content/src/main/java/com/ruoyi/domain/Meeting.java
index ed6e0f3..2e817df 100644
--- a/zhang-content/src/main/java/com/ruoyi/domain/Meeting.java
+++ b/zhang-content/src/main/java/com/ruoyi/domain/Meeting.java
@@ -32,12 +32,12 @@
      * 鍙绾充汉鏁�
      */
     @Excel(name = "鍙绾充汉鏁�")
-    private int conPeople;
+    private Integer conPeople;
     /**
      * 鍙備笌浜烘暟
      */
     @Excel(name = "鍙備笌浜烘暟")
-    private int partPeople;
+    private Integer partPeople;
     /**
      * 鐢宠浜�
      */
@@ -76,8 +76,8 @@
     /**
      * 鏄惁鎽嗘斁姘寸墝
      */
-    @Excel(name = "鏄惁鎽嗘斁姘寸墝")
-    private int isPlacebrand;
+    @Excel(name = "鏄惁鎽嗘斁姘寸墝(1:鏄� 0:鍚�)")
+    private Integer isPlacebrand;
     /**
      * 鑱旂郴浜�
      */
@@ -91,8 +91,7 @@
     /**
      * 鐘舵��
      */
-    @Excel(name = "鐘舵��")
-    private int statu;
+    private Integer statu;
     /**
      * 鐢熸垚鏃堕棿
      */
@@ -100,4 +99,4 @@
     private Date createTime;
 
 
-}
+}
\ No newline at end of file

--
Gitblit v1.9.1