Commit def8ace4701cbb85442363765f8fe0c2b1a9ee2a

Authored by 张志伟
2 parents 756226f1 7a91f2c6

Merge remote-tracking branch 'origin/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>