ソースを参照

修复 活动作废修改人

weiximei 6 年 前
コミット
94d2ef864d
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/TpActivityServiceImpl.java

+ 1
- 1
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/TpActivityServiceImpl.java ファイルの表示

@@ -269,7 +269,7 @@ public class TpActivityServiceImpl extends ServiceImpl<TpActivityMapper, TpActiv
269 269
                 throw new WisdomException("已作废活动无法修改");
270 270
             }
271 271
             e.setStatus("0");
272
-            e.setUpdateUser(userElement.getId());
272
+            // e.setUpdateUser(userElement.getId());
273 273
         });
274 274
         updateBatchById(tpActivityList);
275 275