chenjiahe
2022-04-06 a48817ffcb840ed803c813c010f3730eb7e9cb87
src/main/java/com/hx/common/xml/CommonMapper.xml
@@ -3,7 +3,7 @@
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!-- namespace:该mapper.xml映射文件的 唯一标识 -->
<mapper namespace="com.hx.common.dao.CommonMapper">
<mapper namespace="com.hx.common.dao.mapper.CommonMapper">
   <update id="updateSentence" parameterType="com.hx.mybatisTool.SqlSentence" >
       ${sqlSentence}
   </update>