Commit 7210f0a7 by 徐高华

非空判断

parent 929ab586
......@@ -572,7 +572,7 @@ public class GicOrderController {
}
});
// 评价
if (evaluteFlag) {
if (evaluteFlag && CollectionUtils.isNotEmpty(orderIdList)) {
ServiceResponse<List<StoreEvaluateInfoDTO>> evaluateResp = evaluateDataApiService
.getEvaluateScoreAndContent(enterpriseId, orderIdList);
Map<String, List<EvaluateVO>> evaluateMap = Optional.ofNullable(evaluateResp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment