From 3f00a9c7853c2c3f53c69c3bb4b689b60184dfc4 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 29 十月 2024 22:07:02 +0800 Subject: [PATCH] 1、VO、PO等值对象中凡时Double或Float类型的属性,都加上注解@JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ); 2、工作报中数据查询SQL中增加clientAddr农户地址字段。 --- pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml index eecab7f..ad90287 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/init-config.xml @@ -50,11 +50,11 @@ <item8 defaultValue = "80" unit = "3" sort = "4" type = "2"/> </irrigateProfile> </org1> - <org2 tag="pj" name="鐗囪" enable="false"> + <org2 tag="sp" name="娌欑洏" enable="true"> <districts> - <province name="浜戝崡鐪�" num="53" level="0"> - <city name="涓芥睙甯�" num="23" level="1"> - <country name="姘歌儨鍘�" num="28" level="2" /> + <province name="鐢樿們鐪�" num="62" level="0"> + <city name="閰掓硥甯�" num="09" level="1"> + <country name="鑲冨窞鍖�" num="02" level="2" /> </city> </province> </districts> -- Gitblit v1.8.0