BUGFIX:library ageGroup切换;
This commit is contained in:
@@ -432,7 +432,7 @@ public class GenerateConsumer {
|
||||
JSONObject result = generateResult.getJSONObject("result");
|
||||
String url = null;
|
||||
if (!StringUtils.isEmpty(result)) {
|
||||
url = result.getString("product_img");
|
||||
url = result.getString("relight_img");
|
||||
String taskId = generateResult.getString("task_id");
|
||||
userLikeGroupService.relightBatch(taskId, url, progress);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user