Browse Source

[积分][修改]:C端显示当前积分不正确的bug

release_toaliyun_real
hanxueda 7 years ago
parent
commit
e10a662112
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml View File

@@ -96,6 +96,9 @@
<if test=" null != creditType "> <if test=" null != creditType ">
and `credit_type` = #{creditType} and `credit_type` = #{creditType}
</if> </if>
<if test=" null != cUserId ">
and `c_user_id` = #{cUserId}
</if>
</sql> </sql>


<select id="findList" parameterType="com.iformall.domain.po.WxCreditHistory" resultMap="BaseResultMap"> <select id="findList" parameterType="com.iformall.domain.po.WxCreditHistory" resultMap="BaseResultMap">


Loading…
Cancel
Save