Browse Source

【贝腾】【客户拜访】【caller调整】

wub 1 week ago
parent
commit
50d6a1e7b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/uas/eis/service/Impl/STKServiceImpl.java

+ 1 - 1
src/main/java/com/uas/eis/service/Impl/STKServiceImpl.java

@@ -315,7 +315,7 @@ public class STKServiceImpl implements STKService {
         String LoginUrl="http://120.132.120.244:8099/ERP/api/pda/login.action";
         String URL="http://120.132.120.244:8099/ERP/crm/customermgr/submitVisitRecord.action";
         String master="BT";
-        String caller="WorkDaily";
+        String caller="VisitRecord";
         String empcode = customerVisitDTO.getRecordercode();
         Object em_password = baseDao.getFieldDataByCondition("employee", "em_password", "em_code='" + empcode + "'");