|
@@ -105,17 +105,8 @@ public class Guiji_Base_Service {
|
|
|
// tuLog.setPlatformInterfacetype("platform_interfacetype_2");
|
|
|
String interfaceinfoName = tuLog.getInterfaceinfoName();
|
|
|
if(interfaceinfoName != null && !interfaceinfoName.equals("")){
|
|
|
- String interfacetype = interfaceinfoName.split("-")[0];//共享-自来水公司-用水量检测 归集-市医药-种植采集数
|
|
|
- String loginName = interfaceinfoName.split("-")[1];
|
|
|
+ String loginName = interfaceinfoName.split("-")[1];//共享-自来水公司-用水量检测 归集-市医药-种植采集数
|
|
|
tuLog.setLoginName(loginName);
|
|
|
- if(interfacetype.equals("共享")){
|
|
|
- tuLog.setPlatformInterfacetype("platform_interfacetype_1");
|
|
|
- }else if(interfacetype.equals("归集")){
|
|
|
- tuLog.setPlatformInterfacetype("platform_interfacetype_2");
|
|
|
- }else {
|
|
|
- tuLog.setPlatformInterfacetype(baseBusinessEntity.getInterfacetype());
|
|
|
- }
|
|
|
- }else {
|
|
|
tuLog.setPlatformInterfacetype(baseBusinessEntity.getInterfacetype());
|
|
|
}
|
|
|
tuLogMapper.insertTULog(tuLog);
|