TASK:mannequin;
This commit is contained in:
@@ -1767,6 +1767,7 @@ public class DesignServiceImpl extends ServiceImpl<DesignMapper, Design> impleme
|
|||||||
@Transactional(rollbackFor = Exception.class)
|
@Transactional(rollbackFor = Exception.class)
|
||||||
public Boolean receiveDesignResults(JSONObject responseJSONObject) {
|
public Boolean receiveDesignResults(JSONObject responseJSONObject) {
|
||||||
// String requestId = "UUID.randomUUID().toString()";
|
// String requestId = "UUID.randomUUID().toString()";
|
||||||
|
System.out.println(responseJSONObject.toJSONString());
|
||||||
String requestId = responseJSONObject.getString("requestId");
|
String requestId = responseJSONObject.getString("requestId");
|
||||||
Map<String, Object> context;
|
Map<String, Object> context;
|
||||||
synchronized (designContext) {
|
synchronized (designContext) {
|
||||||
|
|||||||
Reference in New Issue
Block a user