You've already forked FrameTour-BE
2
This commit is contained in:
@ -150,7 +150,7 @@ public class GoodsServiceImpl implements GoodsService {
|
||||
|
||||
String goodsNamePrefix = "";
|
||||
if (sourceType == 1) {
|
||||
goodsNamePrefix = "视频";
|
||||
goodsNamePrefix = "录像";
|
||||
} else if (sourceType == 2) {
|
||||
goodsNamePrefix = "图片";
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user