management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TComplaintMapper.xml
@@ -43,6 +43,12 @@ <if test="state != null"> AND c.state = #{state} </if> <if test="roleType != null and roleType == 2"> AND d.branchOfficeId = #{objectId} </if> <if test="roleType != null and roleType == 3"> AND d.agentId = #{objectId} </if> </where> ORDER BY c.state </select>