图片前缀
parent
76121e6cb1
commit
04e915e1a4
|
@ -181,7 +181,7 @@ public class DockingAspect {
|
||||||
sendData.put("url", servletPath);
|
sendData.put("url", servletPath);
|
||||||
// 有存自己表里的图片 把自己图片服务器的前缀传过去
|
// 有存自己表里的图片 把自己图片服务器的前缀传过去
|
||||||
if (annotation.hasAnnex()) {
|
if (annotation.hasAnnex()) {
|
||||||
sendData.put("BASEIMGPATH", "czks-baseimgpath");
|
sendData.put("BASEIMGPATH", baseimgpath);
|
||||||
// 自己表里的图片集合
|
// 自己表里的图片集合
|
||||||
sendData.put("sendPicturesList", proceed.get("sendPicturesList"));
|
sendData.put("sendPicturesList", proceed.get("sendPicturesList"));
|
||||||
proceed.remove("sendPicturesList");
|
proceed.remove("sendPicturesList");
|
||||||
|
|
Loading…
Reference in New Issue