ludc
2023-12-06 28a9dc3f52b879053c79feb216fa868be906cd02
Source/UBCS/ubcs-service-api/ubcs-util-api/src/main/java/com/vci/ubcs/starter/web/util/VciQueryWrapperForDO.java
@@ -98,10 +98,10 @@
      };
      BASE_MODEL_COMPATIBILITY_MAP = new HashMap() {
         {
            this.put("lastr", "islastr");
            this.put("firstr", "isfirstr");
            this.put("lastv", "islastv");
            this.put("firstv", "isfirstv");
            this.put("lastr", "lastr");
            this.put("firstr", "firstr");
            this.put("lastv", "lastv");
            this.put("firstv", "firstv");
         }
      };
      LIFECYCLE_MANAGE_FIELD_MAP = new HashMap() {