cloud-server-competition/src/main/resources/mapper/PaymentCompetitionMapper.xml
@@ -66,7 +66,7 @@ select * from t_payment_competition t1 <where> <if test="query.amount!=null and query.amount!= ''"> and t1.amount <= #{query.amount} and t1.amount = #{query.amount} </if> <if test="query.userIds != null and query.userIds.size()>0"> AND t1.competitionId IN @@ -77,6 +77,7 @@ <if test="sTime !=null and sTime!= '' and eTime !=null and eTime!= ''"> and t1.insertTime between #{sTime} and #{eTime} </if> and t1.payStatus = 2 </where> </select> <select id="queryBycode" resultType="java.lang.Integer">