|
@@ -81,7 +81,7 @@ public class TULogController extends BaseController
|
|
|
{
|
|
|
TULog tULog = new TULog();
|
|
|
tULog.setInterfaceinfoId(id);
|
|
|
-// tULog.setLoginName(loginName);
|
|
|
+ tULog.setLoginName(loginName);
|
|
|
// tULog.setPlatformInterfacetype(platformInterfacetype);
|
|
|
tULog.setDeptName(deptName);
|
|
|
startPage();
|