|
|
@@ -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 + "'");
|
|
|
|