linwe
2023-12-21 7b91c99980e9db0c880bf3905a7cfd54ffca44cc
src/main/java/org/springblade/modules/place/mapper/PlaceExtMapper.xml
@@ -24,7 +24,7 @@
        <if test="placeExt.confirmFlag != null">
            and jpe.confirm_flag = #{placeExt.confirmFlag}
        </if>
        <if test="placeExt.roleName!=null and placeExt.roleName!=''">
        <if test="placeExt.roleName!=null and placeExt.roleName!='' and placeExt.createUser!=null">
            <choose>
                <when test="placeExt.roleName=='网格员'">
                    and
@@ -43,6 +43,7 @@
                </otherwise>
            </choose>
        </if>
        order by jpe.create_time desc,jpe.id desc
    </select>
    <!--自定义详情查询-->