BUGFIX:添加入参判断

This commit is contained in:
2023-12-11 15:35:11 +08:00
parent ae91cac28a
commit be5d60d6c1

View File

@@ -2395,6 +2395,7 @@ public class PythonService {
log.info("getClothCategory 失败###{}未返回category", jsonObject);
throw new BusinessException("cloth-classification.interface.exception");
}
log.info("getClothCategory 失败###{}", jsonObject);
//生成失败
throw new BusinessException("cloth-classification.interface.exception");
}