成达更新人员接口

This commit is contained in:
李超 2023-11-11 07:51:51 +08:00
parent 7f09e37c5c
commit a8dbc0502b
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ namespace WebAPI.Controllers
{
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{
var getPerson = db.SitePerson_Person_Bak.FirstOrDefault(e => e.PersonId == personId);
var getPerson = db.SitePerson_Person.FirstOrDefault(e => e.PersonId == personId);
if (getPerson != null && !string.IsNullOrEmpty(type))
{
if (type == "1")