zhs 3 éve
szülő
commit
d248e41108

+ 2 - 2
src/main/resources/config/mapping/PersonalMapper.xml

@@ -124,8 +124,8 @@
     </update>
     <!-- 添加购买次数记录 -->
     <insert id="addBuyOfferNum" parameterType="BuyOfferNum">
-        insert into bus_buy_offer_num(uuid,jdrq,pay_amount,offer_num,code,pay_amount,pay_type)
-        values(#{uuid},CONVERT(VARCHAR(100), SYSDATETIME(), 20),#{payAmount},#{offerNum},#{code},{payAmount},{payType})
+        insert into bus_buy_offer_num(uuid,jdrq,pay_amount,offer_num,code,pay_type)
+        values(#{uuid},CONVERT(VARCHAR(100), SYSDATETIME(), 20),#{payAmount},#{offerNum},#{code},#{payType})
     </insert>
     <!-- 查询收支明细 -->
     <select id="balanceOfPayments" resultType="Map" parameterType="String">

+ 2 - 2
src/main/resources/templates/personal/index.html

@@ -36,7 +36,7 @@
                         <div class="title_name_val" data-locale="nicheng">昵称</div>
                         <!-- 用户名称 -->
                         <div class="name_div_val">
-                            <div>H。</div>
+                            <div></div>
                             <img src="/images/edit.png"/>
                         </div>
                     </div>
@@ -46,7 +46,7 @@
                     <!-- 手机 -->
                     <div class="phoen_left">
                         <div class="phone_title" data-locale="shouji">手机</div>
-                        <div class="phone_val">18253583210</div>
+                        <div class="phone_val"></div>
                         <div class="phone_update" data-locale="xiugai">修改</div>
                     </div>
                     <!-- 密码 -->