ajax::::
{col2:东港新区0580-ZS-DG-07控规单位38-4地块
col7:云海新语花园
template_File_One:
template_File_Two:
template_File_Three:
template_File_Four:
template_File_Five:
template_File_Six:
template_File_Seven:
template_File_Eight:
template_File_Nine:
template_File_Ten:
template_File_Eleven:
}
conroller
@At("/save")
@Ok("json:full")
public Result saveCompactInfo(H_COMPACTINFO templateInfo, H_TEMPLATE_FILE templateFile,@Param("compactid") String compactid) throws Exception{
return innercompactservice.saveCompactInfo(templateInfo,templateFile,compactid);
}