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