|
@@ -168,6 +168,10 @@ public class MaterialUploadServiceImpl implements IMaterialUploadService {
|
|
|
requestJson.put("type", type);
|
|
|
}
|
|
|
}
|
|
|
+ String materialName = materialInfo.getMaterialName();
|
|
|
+ if (!Check.isNull(materialName)) {
|
|
|
+ requestJson.put("photo_name", materialName);
|
|
|
+ }
|
|
|
for (int i = 0; i < accountArray.size(); i++) {
|
|
|
Long accountId = accountArray.getLong(i);
|
|
|
QueryWrapper<CtopOauthToken> tokenQueryWrapper = new QueryWrapper<>();
|