management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TCancelOrderMapper.xml
@@ -51,6 +51,12 @@ <if test="driverName != null and driverName != ''"> AND d.name LIKE concat('%',#{driverName},'%') </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> AND co.userType = 1 </where> ORDER BY co.createTime