|
|
|
@ -5193,7 +5193,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
* @date 2022/11/15 17:13 |
|
|
|
*/ |
|
|
|
private void imageCheck(List<String> list) { |
|
|
|
if (!list.isEmpty()) { |
|
|
|
if (list != null && !list.isEmpty()) { |
|
|
|
list.forEach(item -> { |
|
|
|
if (item.contains("wxfile://")) { |
|
|
|
throw new RenException("图片地址有误,请删除后重新上传"); |
|
|
|
|