management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TOrderMapper.xml
@@ -94,6 +94,12 @@ <if test="isException != null"> AND a.is_exception = #{isException} </if> <if test="roleType != null and roleType == 2"> AND o.branchOfficeId = #{objectId} </if> <if test="roleType != null and roleType == 3"> AND o.agentId = #{objectId} </if> </where> ORDER BY o.createTime </select>