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> <!--自定义详情查询-->