Skip to content
Snippets Groups Projects
Commit 46a13b0a authored by 洪江锋's avatar 洪江锋
Browse files

feat(城市道路): 小数点优化

parent 2f439cbe
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ public class PublicTransitController {
*
* @return
*/
@VoNumberFormat("##0.0000")
@GetMapping(value = "/driverAnalysis")
public RestfulResult<DriverAnalysisVo> driverAnalysis() {
return publicTransitService.driverAnalysis();
......
......@@ -63,7 +63,7 @@ public class RentalPassengerController {
*
* @return
*/
@VoNumberFormat("##0.0000")
@VoNumberFormat("##0.00")
@GetMapping(value = "/getIndustryScale")
public RestfulResult<RentalPassengerIndustryScaleVo> getIndustryScale() {
return rentalPassengerService.getIndustryScale();
......
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