1
zj
2024-10-29 c8b1fc4dd96f24215cb5ed633a5b5c59c405f910
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>