Commit 39f10060 authored by liudong1993's avatar liudong1993

1

parent 958e71c6
...@@ -5355,7 +5355,8 @@ namespace Property.Module.FixedAssets ...@@ -5355,7 +5355,8 @@ namespace Property.Module.FixedAssets
#region 更新资产为调拨 #region 更新资产为调拨
Dictionary<string, object> keyValues = new Dictionary<string, object>() { Dictionary<string, object> keyValues = new Dictionary<string, object>() {
{ nameof(RB_Property_Info.PropertyStatus),PropertyStatusEnum.Supplies} { nameof(RB_Property_Info.PropertyStatus),PropertyStatusEnum.Supplies},
{ nameof(RB_Property_Info.IsDepreciation),0}
}; };
List<WhereHelper> wheres1 = new List<WhereHelper>() { List<WhereHelper> wheres1 = new List<WhereHelper>() {
new WhereHelper(){ new WhereHelper(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment