fs-danaus
2024-07-02 dbf53543a56970c7e10b6e274ff682ff4ebdaebe
src/com/yc/service/grid/GridServiceIfc.java
@@ -8,6 +8,7 @@
import com.yc.app.v2.entity.GformEntity;
import com.yc.entity.TableColumnsDataTypeEntity;
import com.yc.utils.Page;
import com.yc.utils.ThreeJSON;
import org.json.JSONException;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
@@ -53,6 +54,7 @@
    * */
   public List getThreeTableInfo(int formid);
   public List getGfiledByFormID9(int formID,int flag);
   public List getGfiledByFormID9(int formID,int formType,int flag,String userCode);
   /**
    * 根据功能号ID查找gfiled功能字段信息
    * @param formID 功能号
@@ -113,8 +115,8 @@
    * @param  String fields 列名
    * @return SqlRowSet 参数值列表
    * */
   public List getDataByAjax(String tabName,String fields,String where)throws DataAccessException;
   public List getDataByAjaxBy42(String tabName, String fields, String where, int limit, int page,String orderBy)throws DataAccessException;
   public List getDataByAjax(ThreeJSON json, String where)throws DataAccessException;
   public List getDataByAjaxBy42(String tabName, String fields, String where, int limit, int page,String orderBy,int formid)throws DataAccessException;
   /**
    * 通过调用用户定义函数返回内容
    * @return Page --分页类