shicf
2025-03-25 be1b20692e5f0b48cb6b31b1231ef3ac8660e6ea
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;
    }
}