替赵煜提交代码
parent
d2a6fb3fe1
commit
3adb8748b6
|
@ -35,6 +35,7 @@ public class CorpPathServiceImpl implements CorpPathService {
|
|||
PageData result = new PageData();
|
||||
result.put("PIC_PATH",defaultPicPath);
|
||||
result.put("BACK_END_PATH", defaultBackEndPath);
|
||||
result.put("USER_IDENTITY","GWJ");
|
||||
return result;
|
||||
}
|
||||
return data;
|
||||
|
@ -53,6 +54,7 @@ public class CorpPathServiceImpl implements CorpPathService {
|
|||
PageData result = new PageData();
|
||||
result.put("PIC_PATH",defaultPicPath);
|
||||
result.put("BACK_END_PATH", defaultBackEndPath);
|
||||
result.put("USER_IDENTITY","GWJ");
|
||||
return result;
|
||||
}
|
||||
return data;
|
||||
|
|
Loading…
Reference in New Issue