mybatis 查询 xml list参数: <select id="getByIds" resultType="string" parameterType="java.util.List"> SELECT a.FENLEINAME from Tab a where a.id in (select b.pid from TB b where b.id in <foreach collection="list"
Recently I needed a way of concerting back and forth ISO 8601 DateTime values used in XML from Delphi. Thoug the Delphi DateUtils unit has some ISO 8601 features for calculating week numbers, you actually need to the XSBuiltIns unit for converting ba