소스 검색

xml修改

liql 4 년 전
부모
커밋
c1b9666490
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      carbon-h5/carbon-h5-service/src/main/resources/com/hcloud/microserver/h5/dao/SubscriptionApplyMapper.xml

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