This commit is contained in:
2025-03-01 13:42:13 +08:00
parent 8428907db4
commit be53dce5da
3 changed files with 24 additions and 9 deletions

View File

@ -150,7 +150,7 @@ public class GoodsServiceImpl implements GoodsService {
String goodsNamePrefix = "";
if (sourceType == 1) {
goodsNamePrefix = "视频";
goodsNamePrefix = "录像";
} else if (sourceType == 2) {
goodsNamePrefix = "图片";
} else {