|
@@ -201,7 +201,7 @@ public class SysPublicParamServiceImpl extends ServiceImpl<SysPublicParamMapper,
|
|
return Results.success(-1);
|
|
return Results.success(-1);
|
|
}finally {
|
|
}finally {
|
|
Long end = System.currentTimeMillis();
|
|
Long end = System.currentTimeMillis();
|
|
- log.info("耗时:{}ms",end-start);
|
|
|
|
|
|
+ log.info("用户端查询库存耗时:{}ms",end-start);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|