| | |
| | | updatepltUser.jintiesalary = pltUser.jintiesalary; |
| | | updatepltUser.geshuiqizheng = pltUser.geshuiqizheng; |
| | | updatepltUser.Yaoqingma = pltUser.Yaoqingma; |
| | | updatepltUser.HetongDateEnd = pltUser.HetongDateEnd; |
| | | } |
| | | |
| | | _context.SaveChanges(); |
| | |
| | | BasicPrice = a.BasicPrice, |
| | | ShiyongPrice = a.ShiyongPrice, |
| | | ShiyongPriceName = a.ShiyongPrice.HasValue ? a.ShiyongPrice.Value.ToString("F2") : "", |
| | | HetongDateEnd = a.HetongDateEnd, |
| | | HetongDateEndName = a.HetongDateEnd.HasValue ? a.HetongDateEnd.Value.ToString("yyyy-MM-dd") : "", |
| | | |
| | | ShebaodateName = a.Shebaodate.HasValue ? a.Shebaodate.Value.ToString("yyyy-MM-dd") : "", |
| | | |