ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TComplaintMapper.xml
@@ -48,10 +48,10 @@ and o.isHandle = 1 </if> <if test="roleType != null and roleType != '' and roleType == 2"> and o.companyId = #{nowUserId} and (o.franchiseeId = 0 or o.franchiseeId is null) and o.companyId = #{nowUserId} </if> <if test="roleType != null and roleType != '' and roleType == 3"> and o.franchiseeId = #{nowUserId} and o.companyId = #{nowUserId} </if> </where> order by o.id desc