博客园站长
这是人类成长进步中记录的每一时刻

 

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());

  

posted on 2014-10-23 10:53  dm3344  阅读(1145)  评论(0编辑  收藏  举报