cloud-server-activity/src/main/resources/mapper/PayHuiminMapper.xml
@@ -92,6 +92,9 @@ #{appUserId} </foreach> </if> <if test="query.operatorId !=null "> AND thc.operatorId = #{query.operatorId} </if> <if test="query.paymentTimeStart != null and query.paymentTimeEnd!=null"> AND tph.paymentTime BETWEEN #{query.paymentTimeStart} AND #{query.paymentTimeEnd} </if>