mybatis写地图per文件注意事项
mybatis写mapper文件注意事项xml中某些特殊符号作为内容信息时需要做转义,否则会对文件的合法性和使用造成
mybatis写mapper文件注意事项
xml中某些特殊符号作为内容信息时需要做转义,否则会对文件的合法性和使用造成影响
?
<insert?id="insertAccountError"?statementType="PREPARED"??????parameterType="AccountError">??????INSERT?INTO?t_acctreg_accounterror(createdate,acctno,?errorinfo)??????VALUES(#{createdate,jdbcType=DATE},#{acctno,jdbcType=VARCHAR},#{errorinfo,jdbcType=VARCHAR})??</insert>??
?