liql 4 tahun lalu
induk
melakukan
c1b9666490

+ 1 - 1
carbon-h5/carbon-h5-service/src/main/resources/com/hcloud/microserver/h5/dao/SubscriptionApplyMapper.xml

@@ -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>