Commit 86d68fa8 by 徐高华

画布卡券

parent 7632e63e
......@@ -309,7 +309,7 @@ public class MaterialServiceImpl implements MaterialService {
int type = dto.getMaterialType();
String md5 = null ;
if(type==7) {
md5 = Md5Util.MD5(imageUrl + type + dto.getCanvasCouponUUID());
md5 = Md5Util.MD5(imageUrl + type + dto.getCanvasCouponUUID()+dto.getMaterialTitle());
}else {
md5 = Md5Util.MD5(imageUrl+type);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment