CS.
ht.Add("start_time", startTime);
Map
<isNotNull prepend="and" property="start_time"> ( date_time <![CDATA[>=]]> to_date(#start_time#,'yyyy-mm-dd hh24:mi:ss')) </isNotNull>
报错:“文字格式不匹配”之类的
解决方案
CS.
ht.Add("start_time", startTime.ToShortDateString());