@ -45,6 +45,6 @@ public interface BindingAccountDao extends BaseDao<BindingAccountEntity> {
* @param authAppId
* @author zxc
*/
void updateBindStatus(@Param("customerId")String customerId,@Param("authAppId")String authAppId);
void updateBindStatus(@Param("customerId")String customerId,@Param("clientType")String clientType);
}
@ -96,7 +96,7 @@ public class AppLetAuthorizationServiceImpl implements AppLetAuthorizationServic
log.error("解绑失败" + data);
throw new RenException("解绑失败" + data);
bindingAccountDao.updateBindStatus(customerId,authAppId);
bindingAccountDao.updateBindStatus(customerId,clientType);