浏览代码

Forced to EFT Payments

master
30117125 4 年前
父节点
当前提交
5b4da453b6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      UnivateProperties_API/Repository/Timeshare/WeekRepository.cs

+ 2
- 1
UnivateProperties_API/Repository/Timeshare/WeekRepository.cs 查看文件

@@ -945,7 +945,8 @@ namespace UnivateProperties_API.Repository.Timeshare
945 945
 
946 946
 
947 947
             sellItem.DisplayOwner = owner.FullName;
948
-            week.StatusId = 32;
948
+            if (sellItem.StatusId == 0) 
949
+                week.StatusId = 32;
949 950
             _dbContext.Add(week);
950 951
             Save();
951 952
 

正在加载...
取消
保存