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; } }