BUGFIX:添加入参判断
This commit is contained in:
@@ -2395,6 +2395,7 @@ public class PythonService {
|
|||||||
log.info("getClothCategory 失败###{},未返回category", jsonObject);
|
log.info("getClothCategory 失败###{},未返回category", jsonObject);
|
||||||
throw new BusinessException("cloth-classification.interface.exception");
|
throw new BusinessException("cloth-classification.interface.exception");
|
||||||
}
|
}
|
||||||
|
log.info("getClothCategory 失败###{}", jsonObject);
|
||||||
//生成失败
|
//生成失败
|
||||||
throw new BusinessException("cloth-classification.interface.exception");
|
throw new BusinessException("cloth-classification.interface.exception");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user