44323
2023-11-01 8e524f6e570fca66f670a8072edefc6ca2d4e2f9
cloud-server-other/src/main/resources/mapper/SiteMapper.xml
@@ -133,7 +133,7 @@
            <if test="query.opId!=null ">
                and t1.operatorId =#{query.opId}
            </if>
            and t1.state != 3
            and t1.state != 3 and t1.sign=0
        </where>
        ORDER BY insertTime desc