trading-order-service/src/main/resources/mapper/exchange/ExchangeApplyOrderMapper.xml
@@ -33,6 +33,9 @@ <if test="rolename!=null and rolename!=''"> and party.role_name=#{rolename} </if> <if test="usernameParent!=null and usernameParent!=''"> and ur.user_name like CONCAT('%', #{usernameParent}, '%') </if> <if test="symbolType!=null and symbolType!=''"> and item.type=#{symbolType} </if>