1
zj
2024-11-10 a6754af1932bcc0dfe30c809d97111cd521d54f5
src/main/resources/mapper/UserWithdrawMapper.xml
@@ -23,7 +23,7 @@
  </sql>
  <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
    select 
    <include refid="Base_Column_List" />
    *
    from user_withdraw
    where id = #{id,jdbcType=INTEGER}
  </select>