Răsfoiți Sursa

修改年限显示

DESKTOP-2K9OVK9\siwei 4 luni în urmă
părinte
comite
d6d460b3ea

+ 1 - 1
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/service/gdbh/impl/TGdbhJctbServiceImpl.java

@@ -192,7 +192,7 @@ public class TGdbhJctbServiceImpl implements ITGdbhJctbService {
             }
             Map<String, Object> d_map0 = new HashMap<>();
             d_map0.put("year", yearN);
-            d_map0.put("quarter", year);
+            d_map0.put("quarter", yearN);
             d_map0.put("startTime", yearN + "-01-01 00:00:00");
             d_map0.put("endTime", yearN + "-12-31 23:59:59");
             retList.add(d_map0);