ludc
2023-10-20 483af85d1bf87622467173818a4fb0f2383b6f3a
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() {