shicf
2025-04-24 1d8adcc2c2ee0e6a1f65f5c963ea53fda77c95a3
src/main/java/com/product/mobile/core/service/CommonMVCService.java
@@ -114,5 +114,14 @@
          throw new BaseException(MobileCoreCode.GET_ROUTER_FAIL);
       }
    }
    /**
     * 执行表达式
     * @param exp
     * @return
     */
    public FieldSetEntity excuteExp(String exp) {
      String sql="select "+exp+" expValue";
      FieldSetEntity fs=baseDao.getFieldSetBySQL(sql, null, false);
      return fs;
    }
}