去除日志

This commit is contained in:
jie.lu
2025-08-15 11:15:49 +08:00
parent 29fd0e94a8
commit 9d2ae2d599

View File

@@ -351,7 +351,6 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
if (result.isEmpty()) {
return null;
}
log.info("索赔检核主零件工时配置信息: {}", result.toString());
return JSONObject.toJSONString(result);
}