src/main/resources/mapper/modules/MallOrderInfoMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -71,7 +71,6 @@ left join mall_member b on a.member_id = b.id left join mall_team_leader c on a.take_unique_code = c.unique_code <where> a.del_flag=2 <if test="record != null"> <if test="record.payResult != null and record.payResult != ''"> and a.pay_result = #{record.payResult}