@@ -87,6 +87,7 @@ public class AflPaccountRefundCountServiceImpl implements AflPaccountRefundCount | |||
@Override | |||
public void saveFind(String payId) { | |||
log.error("请求查询流水信息请求参数,payId={}",payId); | |||
if (StringUtils.isEmpty(payId)){ | |||
log.error("请求查询流水信息请求参数为空"); | |||
return; |