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