我想返回到页面,同时不丢失为值空的数据
@SuppressWarnings({ "unchecked", "rawtypes" })
@At("/agency/netSign/?")
@Ok("beetl:/public/house/netsign/agencysign.html")
public Object agencyNetSign(String hosuesaleid) throws Exception {
Map map = new HashMap();
//获取房屋卖方信息
map.put("buyer", inneragencyservice.getAgnecyCompactBuyerInfo(hosuesaleid));