无关风月
12 小时以前 6ee0c7abed78a110eacb8f2b92fece0d29bc2292
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>