成达更新人员接口
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user