You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
781 B
XML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" standalone="yes" ?>
<!--
1, 该文件用于配置一个SQL语句列表. 在公共的方法里执行这个SQL语句确保系统安全.
2, 参数为 @+参数名, 适合各种数据库.
3, No 的命名规则为 页面名称+"_"+方法名. 比如: EditFExtContral_AthList
4, 该文件被 Gener.js 的 GenerBindSQL调用到.
-->
<NewDataSet>
<Item No="EditFExtContral_AthList" SQL="SELECT MyPK AS NO, NAME FROM Sys_FrmAttachment WHERE FK_MapData='@FK_MapData'"
Note="获得一个表单的附件列表" />
<!-- 字段分组 -->
<Item No="GroupField" SQL="SELECT OID AS NO, Lab as NAME FROM Sys_GroupField WHERE ( CtrlType IS NULL OR CtrlType='' ) AND EnName='@FK_MapData'"
Note="获得一个表单的字段分组列表" />
</NewDataSet>