<select id="GetInfo">
<![CDATA[
select * from vi_WaterStation
]]>
<dynamic prepend="where">
<isParameterPresent><isEqual property="state" compareValue="0">
<![CDATA[
state=#state#
]]>
< /isEqual>
<isNotEmpty prepend="and" property="MonitorType" ><![CDATA[
AOBJID=#AOBJID#]]>
</isNotEmpty>
<isNotEmpty prepend="and" property="AOBJTYPE" >
<![CDATA[
AOBJTYPE=#AOBJTYPE#]]>
</isNotEmpty>
</isParameterPresent>
</dynamic>
</select>
相关文章
- XML_CPP_资料_libXml2_01
- 【Linux 网络编程】常用TCP/IP网络编程函数
- 2020年12月-第01阶段-前端基础-HTML常用标签
- 2017-12-18python全栈9期第三天第二节之str常用操作方法及for循环之判断字母数字组成
- Object-c 语法 - NSObject常用方法和反射
- 0045 Spring中使用DataSourceTransactionManager进行事务管理的xml配置
- Spring中使用DataSourceTransactionManager进行事务管理的xml配置
- 注解的形式与xml文件的形式完成事务管理及xml文件的配置
- spring boot系列(六)spring boot 配置mybatis(xml简化版)
- 攻防对抗中常用的windows命令(渗透测试和应急响应)