liujie
2023-10-31 904cfe3bad14c27857a062849fc92dd85035c524
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