TASK:mannequin;

This commit is contained in:
shahaibo
2025-05-28 13:47:45 +08:00
parent 718e1c93f6
commit fc24e1fab8

View File

@@ -1767,6 +1767,7 @@ public class DesignServiceImpl extends ServiceImpl<DesignMapper, Design> impleme
@Transactional(rollbackFor = Exception.class)
public Boolean receiveDesignResults(JSONObject responseJSONObject) {
// String requestId = "UUID.randomUUID().toString()";
System.out.println(responseJSONObject.toJSONString());
String requestId = responseJSONObject.getString("requestId");
Map<String, Object> context;
synchronized (designContext) {