|
|
@@ -639,7 +639,7 @@ namespace CallCenterApi.Interface.Controllers.customer
|
|
639
|
639
|
if (dr["客户编号"].ToString() != "" && valcode(dr["客户编号"].ToString()))
|
|
640
|
640
|
{
|
|
641
|
641
|
|
|
642
|
|
- if (getunphone(0, dr["客户电话"].ToString()))
|
|
|
642
|
+ if (!getunphone(0, dr["客户电话"].ToString()))
|
|
643
|
643
|
{
|
|
644
|
644
|
|
|
645
|
645
|
if (!getunique(0, dr["客户编号"].ToString()))
|