Commit 7a91f2c691394413fbc320ddd592ae036740489c

Authored by 张志伟
2 parents de4444b9 f3486a4f

Merge remote-tracking branch 'origin/dev' into test

fw-valhalla-dao/src/main/resources/mapper/StammkundePoolMapper.xml
@@ -99,9 +99,6 @@ @@ -99,9 +99,6 @@
99 <if test="condition.level !=null"> 99 <if test="condition.level !=null">
100 and t2.cus_level = #{condition.level} 100 and t2.cus_level = #{condition.level}
101 </if> 101 </if>
102 - <if test="condition.groupId !=null">  
103 - and t1.group_id = #{condition.groupId}  
104 - </if>  
105 <if test="condition.reason != null"> 102 <if test="condition.reason != null">
106 and t1.reason = #{condition.reason} 103 and t1.reason = #{condition.reason}
107 </if> 104 </if>