个人分销海报增加from默认值
This commit is contained in:
@ -187,8 +187,7 @@ public class CreatShareProductService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{//其他
|
else{//其他
|
||||||
if(!from.equals(AppFromEnum.ROUNTINE.getValue())) {
|
if(StrUtil.isBlank(from)) from = AppFromEnum.H5.getValue();
|
||||||
}
|
|
||||||
|
|
||||||
String name = uid + "_"+from+"_user_wap.jpg";
|
String name = uid + "_"+from+"_user_wap.jpg";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user