泛微 建模 公共下拉框对应数据库表 查询
公共选择框对应实体表是数值,如报表展现选择框值,就可通过主外键关联显示名称;
mode_selectitempagedetail 建模模型下拉选项item存储表。
mainid:对应表单列标识。
ID:建模下拉列表ID;
disorder:实际储存数据库表值ID。disorder初始为0,添加一选项递升。
select ID,t.* from mode_selectitempagedetail t where t.mainid =11 order by disorder
泛微 建模 公共下拉框对应数据库表 查询
关联查询下拉列表名称:
select t1.name from table t ,mode_selectitempagedetail t1 = t.celvalue = t1.disorder and t1.mainid = ?;

每天记录一点,生活会好一点。

相关文章:

  • 2021-04-11
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2021-09-26
  • 2021-05-30
  • 2022-03-09
  • 2021-10-13
猜你喜欢
  • 2021-12-13
  • 2021-06-21
  • 2021-11-20
  • 2022-12-23
  • 2021-12-26
  • 2021-11-24
  • 2021-10-05
相关资源
相似解决方案