Explorar el Código

优化日志打印

shuiqilin
zhangxin hace 1 año
padre
commit
0850d62f0e

+ 1
- 0
src/main/java/com/qtzl/alterSales/manager/service/AflPaccountRefundCountServiceImpl.java Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar