摘要: sql语句 <!--批量插入待收流水--> <insert id="BatchInsertOrder" parameterClass="ArrayList"> INSERT INTO [Order] ([OrdreNo] ,[ClientId] ,[ClientName] ,[ClientPhone 阅读全文
posted @ 2016-05-31 16:59 zslm___ 阅读(1284) 评论(0) 推荐(0)
摘要: 语句 <select id="qryProjectsByIds" parameterClass="Hashtable" resultMap="projectTypeField" > select * from Project with(nolock) where PrjId in <iterate 阅读全文
posted @ 2016-05-31 15:49 zslm___ 阅读(171) 评论(0) 推荐(0)