chenjiahe
2023-10-08 e96b0d2ac2d14a1035e91cf221f5ecd764980e16
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>