部署说明:1.找到shr安装路径并找到shr_syssetting_web.jar:Kingdee\eas\server\lib\web\shr\shr_syssetting_web.jar2.拷贝shr_syssetting_web.jar到桌面(其他目录也行啦),使用压缩工具打开shr_syssetting_web.jar,随路径点开com\kingdee\shr\base\syssetting\web\controller\3.找到AttachmentUploadController.class,将私包中的AttachmentUploadController.class替换shr_syssetting_web.jar中找到的AttachmentUploadController.class.4.将替换过AttachmentUploadController.class文件的shr_syssetting_web再替换Kingdee\eas\server\lib\web\shr\中的shr_syssetting_web.jar.5.重启shr服务。(我们的目的是,把Kingdee\eas\server\lib\web\shr\shr_syssetting_web.jar中的AttachmentUploadController.class换成私包中给的AttachmentUploadController.class,然后重启shr服务,这样shr就可以读取新的文件)