TASK:去日志;
This commit is contained in:
@@ -1715,7 +1715,7 @@ public class DesignServiceImpl extends ServiceImpl<DesignMapper, Design> impleme
|
|||||||
public DesignCollectionVO getDesignResult(String requestId, List<String> objectSignList) {
|
public DesignCollectionVO getDesignResult(String requestId, List<String> objectSignList) {
|
||||||
// Map<String, Object> stringObjectMap = designContext.get("UUID.randomUUID().toString()");
|
// Map<String, Object> stringObjectMap = designContext.get("UUID.randomUUID().toString()");
|
||||||
Map<String, Object> stringObjectMap = designContext.get(requestId);
|
Map<String, Object> stringObjectMap = designContext.get(requestId);
|
||||||
log.info(stringObjectMap.toString());
|
// log.info(stringObjectMap.toString());
|
||||||
DesignCollectionVO result = (DesignCollectionVO) stringObjectMap.get("DesignCollectionVO");
|
DesignCollectionVO result = (DesignCollectionVO) stringObjectMap.get("DesignCollectionVO");
|
||||||
if (Objects.isNull(result)) {
|
if (Objects.isNull(result)) {
|
||||||
DesignCollectionVO noneResult = new DesignCollectionVO();
|
DesignCollectionVO noneResult = new DesignCollectionVO();
|
||||||
|
|||||||
Reference in New Issue
Block a user