|
@@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="selectSubscriptionApplyList" parameterType="LONG" resultMap="SubscriptionApplyResult">
|
|
|
<include refid="selectSubscriptionApplyVo"/>
|
|
|
<where>
|
|
|
- <if test="applyCustomerId != null "> and apply_customerId = #{applyCustomerId}</if>
|
|
|
+ <if test="applyCustomerId != null "> and apply_customer_id = #{applyCustomerId}</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|