|
@@ -134,7 +134,7 @@ public class GenSceneRunnerImpl implements CommandLineRunner {
|
|
|
private void send(String zipPath){
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("path", zipPath);
|
|
|
- mqProducer.sendByWorkQueue("rsync-scene", zipPath);
|
|
|
+ mqProducer.sendByWorkQueue("rsync-scene", jsonObject);
|
|
|
}
|
|
|
|
|
|
}
|