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() {