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 99 <if test="condition.level !=null">
100 100 and t2.cus_level = #{condition.level}
101 101 </if>
102   - <if test="condition.groupId !=null">
103   - and t1.group_id = #{condition.groupId}
104   - </if>
105 102 <if test="condition.reason != null">
106 103 and t1.reason = #{condition.reason}
107 104 </if>
... ...