md
This commit is contained in:
parent
5bc97d9ae1
commit
1609e646d7
@ -53,7 +53,10 @@ public class EmisBaseController extends BaseController
|
||||
entity.getParams().put("privSiteCode", getLoginUser().getUser().getOwnerSiteCode());
|
||||
entity.getParams().put("privEmpCode", getLoginUser().getUser().getEmpCode());
|
||||
entity.getParams().put("privEmpName", getLoginUser().getUser().getEmpName());
|
||||
log.info(JSON.toJSONString(entity.getParams()));
|
||||
|
||||
String info=JSON.toJSONString(entity.getParams());
|
||||
System.out.println(info);
|
||||
log.info(info);
|
||||
|
||||
}catch (Exception ex){
|
||||
ex.printStackTrace();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user