个人分销海报增加from默认值

This commit is contained in:
hupeng
2020-09-18 13:45:39 +08:00
parent 9baa175ce6
commit 34d0ac8cd5

View File

@ -187,8 +187,7 @@ public class CreatShareProductService {
}
}
else{//其他
if(!from.equals(AppFromEnum.ROUNTINE.getValue())) {
}
if(StrUtil.isBlank(from)) from = AppFromEnum.H5.getValue();
String name = uid + "_"+from+"_user_wap.jpg";