|
|
@@ -475,6 +475,7 @@ namespace CallCenterApi.Interface.Controllers.customer
|
|
475
|
475
|
if (cusbll.DeleteList(idd.TrimEnd(',')))
|
|
476
|
476
|
{
|
|
477
|
477
|
conbll.DeleteListByCusid(idd.TrimEnd(','));
|
|
|
478
|
+ finbll.DeleteListByCusid(idd.TrimEnd(','));
|
|
478
|
479
|
return Success("设置成功");
|
|
479
|
480
|
}
|
|
480
|
481
|
else
|
|
|
@@ -676,7 +677,7 @@ namespace CallCenterApi.Interface.Controllers.customer
|
|
676
|
677
|
{
|
|
677
|
678
|
if (cusid != 0)
|
|
678
|
679
|
{
|
|
679
|
|
- var model = finbll.GetModelList(" F_CustomerId=" + cusid).FirstOrDefault();
|
|
|
680
|
+ var model = finbll.GetModelList(" F_DeleteFlag=0 and F_CustomerId=" + cusid).FirstOrDefault();
|
|
680
|
681
|
if (model != null)
|
|
681
|
682
|
return Success("获取财税情况成功", model);
|
|
682
|
683
|
}
|