Pārlūkot izejas kodu

[微信开发平台][修改]:授权查询

release_toaliyun_real
Stormeye Wu pirms 7 gadiem
vecāks
revīzija
06f0119dd4
1 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. +5
    -2
      mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml

+ 5
- 2
mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml Parādīt failu

@@ -105,11 +105,14 @@
<if test=" null != name ">
and a.`name` like concat('%', #{name},'%')
</if>
<if test=" null != type ">
and a.`type` = #{type}
</if>
<if test=" null != authorizerAppid ">
and ai.`authorizer_appid` = #{authorizerAppid}
</if>
<if test=" null != type ">
and a.`type` = #{type}
<if test=" null != authorizationStatus ">
and ai.`authorization_status` = #{authorizationStatus}
</if>
<if test=" null != currentVersion ">
and ai.`current_version` = #{currentVersion}


Notiek ielāde…
Atcelt
Saglabāt